|
26 | 26 | FEAScript offers two main approaches to creating simulations: |
27 | 27 |
|
28 | 28 | 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. |
30 | 30 |
|
31 | 31 | Each approach is explained in detail below. |
32 | 32 |
|
33 | 33 | ### FEAScript API |
34 | 34 |
|
35 | 35 | The FEAScript API is the core programmatic interface for FEAScript. Written entirely in pure JavaScript, it runs in three environments: |
36 | 36 |
|
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). |
40 | 40 |
|
41 | 41 | #### Use FEAScript in the Browser |
42 | 42 |
|
@@ -114,6 +114,8 @@ For users who prefer a visual approach to creating simulations, [FEAScript Studi |
114 | 114 |
|
115 | 115 | While the FEAScript API provides full programmatic control for advanced customization, FEAScript Studio offers a visual interface for creating and editing simulations. |
116 | 116 |
|
| 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 | + |
117 | 119 | ## Quick Example |
118 | 120 |
|
119 | 121 | 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