|
15 | 15 | - [Use FEAScript in the Browser](#use-feascript-in-the-browser) |
16 | 16 | - [Use FEAScript with Node.js](#use-feascript-with-nodejs) |
17 | 17 | - [Use FEAScript in JavaScript Playgrounds](#use-feascript-in-javascript-playgrounds) |
18 | | - - [FEAScript Platform](#feascript-platform) |
| 18 | + - [FEAScript Studio](#feascript-studio) |
19 | 19 | - [Quick Example](#quick-example) |
20 | 20 | - [Support FEAScript](#support-feascript) |
21 | 21 | - [Contributing](#contributing) |
|
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 Platform](#feascript-platform)** – For users who prefer a no-code approach, offering a block-based visual interface built with [Blockly](https://blockly.com/). |
| 29 | +2. **[FEAScript Studio](#feascript-studio)** – A visual and code-based environment (based on [Blockly](https://blockly.com/)) for building simulations in the browser. |
30 | 30 |
|
31 | 31 | Each approach is explained in detail below. |
32 | 32 |
|
@@ -99,21 +99,20 @@ When running examples from within this repository, this step isn’t needed as t |
99 | 99 |
|
100 | 100 | FEAScript works well in interactive JavaScript playgrounds where you can write code, visualize results inline, and share your work. |
101 | 101 |
|
102 | | -👉 Explore the following examples: |
| 102 | +👉 Explore the following examples: |
| 103 | + |
103 | 104 | - [CodePen (interactive pens)](https://codepen.io/FEAScript) |
104 | 105 | - [Scribbler (notebooks)](https://hub.scribbler.live/portfolio/#!nikoscham/FEAScript-Scribbler-examples) |
105 | 106 |
|
106 | | -### FEAScript Platform |
107 | | - |
108 | | -For users who prefer a visual approach to creating simulations, we offer the [FEAScript Platform](https://feascript.com/feascript-platform.html) - a browser-based visual editor built on the [Blockly](https://blockly.com/) library. This no-code interface allows you to: |
| 107 | +### FEAScript Studio |
109 | 108 |
|
110 | | -- Build and run finite element simulations directly in your browser by connecting visual blocks together. |
111 | | -- Create complex simulations without writing any JavaScript code. |
112 | | -- Save and load projects in XML format for easy sharing and reuse. |
| 109 | +For users who prefer a visual approach to creating simulations, [FEAScript Studio](https://feascript.com/feascript-studio.html) offers a browser-based visual editor that allows you to: |
113 | 110 |
|
114 | | -While FEAScript API offers full programmatic control for advanced customization, the FEAScript Platform provides an accessible entry point for users without coding experience. |
| 111 | +- Build and run finite element simulations directly in your browser by connecting visual blocks together (based on the [Blockly](https://blockly.com/) library). |
| 112 | +- Combine a no-code workflow with an integrated code editor when you need more control. |
| 113 | +- Save and share projects. |
115 | 114 |
|
116 | | -<!-- Note: The FEAScript Platform is not yet available --> |
| 115 | +While the FEAScript API provides full programmatic control for advanced customization, FEAScript Studio offers a visual interface for creating and editing simulations. |
117 | 116 |
|
118 | 117 | ## Quick Example |
119 | 118 |
|
|
0 commit comments