Skip to content

Commit a50a0dd

Browse files
committed
Update README.md to rename 'FEAScript Platform' to 'FEAScript Studio' and enhance description
1 parent aa2e54b commit a50a0dd

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [Use FEAScript in the Browser](#use-feascript-in-the-browser)
1616
- [Use FEAScript with Node.js](#use-feascript-with-nodejs)
1717
- [Use FEAScript in JavaScript Playgrounds](#use-feascript-in-javascript-playgrounds)
18-
- [FEAScript Platform](#feascript-platform)
18+
- [FEAScript Studio](#feascript-studio)
1919
- [Quick Example](#quick-example)
2020
- [Support FEAScript](#support-feascript)
2121
- [Contributing](#contributing)
@@ -26,7 +26,7 @@
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 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.
3030

3131
Each approach is explained in detail below.
3232

@@ -99,21 +99,20 @@ When running examples from within this repository, this step isn’t needed as t
9999

100100
FEAScript works well in interactive JavaScript playgrounds where you can write code, visualize results inline, and share your work.
101101

102-
👉 Explore the following examples:
102+
👉 Explore the following examples:
103+
103104
- [CodePen (interactive pens)](https://codepen.io/FEAScript)
104105
- [Scribbler (notebooks)](https://hub.scribbler.live/portfolio/#!nikoscham/FEAScript-Scribbler-examples)
105106

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
109108

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:
113110

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.
115114

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.
117116

118117
## Quick Example
119118

0 commit comments

Comments
 (0)