Skip to content

Commit 53283d3

Browse files
committed
Update API usage examples
1 parent 55ebf5f commit 53283d3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
FEAScript offers two main approaches to creating simulations:
2727

2828
1. **[FEAScript API](#feascript-api)** – For developers comfortable with coding, providing full programmatic control in browsers, Node.js, or interactive notebooks.
29-
2. **[FEAScript Studio](#feascript-studio)** – A visual and code-based environment (based on [Blockly](https://blockly.com/)) for building simulations in the browser.
29+
2. **[FEAScript Studio](#feascript-studio)** – A visual (based on [Blockly](https://blockly.com/)) and code-based environment for building simulations in the browser.
3030

3131
Each approach is explained in detail below.
3232

3333
### FEAScript API
3434

3535
The FEAScript API is the core programmatic interface for FEAScript. Written entirely in pure JavaScript, it runs in three environments:
3636

37-
1. **[In the browser](#use-feascript-in-the-browser)**Use FEAScript in a simple HTML page, running simulations locally without additional installations or cloud services.
38-
2. **[With Node.js](#use-feascript-with-nodejs)** – Use FEAScript in server-side JavaScript applications or CLI tools.
39-
3. **[In JavaScript playgrounds](#use-feascript-in-javascript-playgrounds)**Use FEAScript in the [Scribbler](https://scribbler.live/) interactive JavaScript notebook environment.
37+
1. **[In the browser](#use-feascript-in-the-browser)**Run FEAScript directly in a simple HTML page to perform simulations locally with no additional installations or cloud services required.
38+
2. **[With Node.js](#use-feascript-with-nodejs)** – Use FEAScript in server-side JavaScript applications.
39+
3. **[In JavaScript playgrounds](#use-feascript-in-javascript-playgrounds)**Try FEAScript in interactive JavaScript playgrounds such as [CopePen](https://codepen.io/FEAScript) or [Scribbler](https://hub.scribbler.live/portfolio/#!nikoscham/FEAScript-Scribbler-examples).
4040

4141
#### Use FEAScript in the Browser
4242

@@ -114,6 +114,8 @@ For users who prefer a visual approach to creating simulations, [FEAScript Studi
114114

115115
While the FEAScript API provides full programmatic control for advanced customization, FEAScript Studio offers a visual interface for creating and editing simulations.
116116

117+
Join the [waitlist](https://feascript.com/feascript-studio.html#waitlist) to get updates about FEAScript Studio and be among the first to try it when it’s released.
118+
117119
## Quick Example
118120

119121
Here is a minimal browser-based example using the FEAScript API. Adapt paths, physics model, and boundary conditions as needed for your specific problem:

0 commit comments

Comments
 (0)