-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudio.html
More file actions
263 lines (244 loc) Β· 9.5 KB
/
studio.html
File metadata and controls
263 lines (244 loc) Β· 9.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!doctype html>
<!--
* ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
* FEAScript Website
* Lightweight Finite Element Simulation in JavaScript
* Version: 0.3.0 (RC) | https://feascript.com
* MIT License Β© 2023β2026 FEAScript
* ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
-->
<html>
<head>
<title>FEAScript Studio</title>
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta
name="description"
content="FEAScript Studio is a browser-based visual editor with an integrated code editor, project saving/sharing and version control."
/>
<meta
name="keywords"
content="finite elements, fem, galerkin, cfd, computational mechanics, javascript, FEAScript Studio, visual editor, no-code, cloud, monaco editor, version control"
/>
<meta name="viewport" content="width=device-width" />
<!-- Link to the CSS files -->
<link href="feascript-website.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1JPK0KLEC9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-1JPK0KLEC9");
</script>
<body>
<div class="announcement-bar">
<span class="version-label">Latest release</span>
<a href="https://github.com/FEAScript/FEAScript-core/releases/tag/0.2.0"
><img
src="https://img.shields.io/github/v/release/FEAScript/FEAScript-core?logo=github"
alt="GitHub release badge"
/></a>
<a href="https://www.npmjs.com/package/feascript"
><img src="https://img.shields.io/npm/v/feascript" alt="npm version badge"
/></a>
</div>
<h1 class="top">
<a href="studio.html">
<img
src="./assets/feascript-studio-logo.png"
alt="FEAScript Logo"
id="responsive-logo"
style="vertical-align: middle"
/>
</a>
<div class="social-icons-top-right">
<ul>
<li>
<a href="https://blog.feascript.com/" title="FEAScript blog">
<img
src="./assets/blog-icon-feascript.png"
alt="Blog icon"
style="height: 18px; vertical-align: middle"
/>
</a>
</li>
<li>
<a href="https://www.youtube.com/@FEAScript" title="FEAScript YouTube">
<img
src="./assets/youtube-icon-feascript.svg"
alt="YouTube icon"
style="height: 18px; vertical-align: middle"
/>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/feascript/" title="FEAScript LinkedIn">
<img
src="./assets/linkedin-icon-feascript.png"
alt="LinkedIn icon"
style="height: 18px; vertical-align: middle"
/>
</a>
</li>
<li>
<a href="https://discord.gg/3DVjNcuW4f" title="FEAScript Discord">
<img
src="./assets/discord-icon-feascript.png"
alt="Discord icon"
style="height: 18px; vertical-align: middle"
/>
</a>
</li>
<li>
<a href="https://github.com/FEAScript/FEAScript-core" title="FEAScript GitHub">
<img
src="./assets/github-icon-feascript.png"
alt="GitHub icon"
style="height: 20px; vertical-align: middle"
/>
<span
id="github-stars"
style="
font-size: 0.9em;
margin-left: 5px;
vertical-align: middle;
border: 1px solid #ddd;
border-radius: 4px;
padding: 1px 5px;
background-color: #f8f8f8;
"
></span>
</a>
</li>
</ul>
</div>
</h1>
<h1>FEAScript Studio: A Browser-Based Visual Editor</h1>
<div class="highlight-container">
<p>
<img
src="./assets/favicon.ico"
alt="FEAScript Icon"
style="vertical-align: middle; margin-right: 5px; height: 1em; width: auto"
/><strong>FEAScript Studio</strong> combines a visual, no-code, block-based interface (based on
<a href="https://developers.google.com/blockly/">
Blockly<img
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
alt="External Link Icon"
style="
width: 16px;
height: 16px;
vertical-align: middle;
margin-left: 2px;
margin-bottom: 4px;
" /></a
>) with a text editor, project saving & sharing and built-in version control. FEAScript Studio
will be provided as a cloud service.
</p>
</div>
<p class="notice-dev">
π§ <strong>FEAScript Studio is currently under development</strong> and planned to be released in late
2026. Early access will be available to waitlist members first. <strong>Join the waitlist</strong> below
to receive updates and be among the first to try it when it launches.
</p>
<div style="height: 0.5em"></div>
<div id="waitlist" class="waitlist-card" aria-label="FEAScript Studio waitlist">
<h2>Join the Waitlist</h2>
<div class="waitlist-indicates-required"><span class="asterisk">*</span> indicates required</div>
<form
action="https://feascript.us10.list-manage.com/subscribe/post?u=83b4dec50b84e136c2e82c6a4&id=4aa4a60f27&f_id=009362e3f0"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
target="_blank"
>
<div class="waitlist-field">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span></label>
<div class="waitlist-row">
<input type="email" name="EMAIL" id="mce-EMAIL" autocomplete="email" required value="" />
<input
type="submit"
name="subscribe"
id="mc-embedded-subscribe"
class="waitlist-button"
value="Subscribe"
/>
</div>
</div>
<div id="mce-responses" class="waitlist-responses" aria-live="polite">
<div class="response" id="mce-error-response" style="display: none"></div>
<div class="response" id="mce-success-response" style="display: none"></div>
</div>
<div class="waitlist-honeypot" aria-hidden="true">
<input type="text" name="b_83b4dec50b84e136c2e82c6a4_4aa4a60f27" tabindex="-1" value="" />
</div>
</form>
</div>
<br />
<div class="studio-layout">
<div class="container">
<div class="left-panel">
<div class="text-content">
<h1>Why Use FEAScript Studio</h1>
<ul class="features-list">
<li>
<strong>π§± No-Code Simulation</strong>
<p>Drag, connect blocks, and run simulations β no programming required</p>
</li>
<li>
<strong>π Integrated Code Editor</strong>
<p>Full-featured Monaco editor (the same engine that powers VS Code)</p>
</li>
<li>
<strong>π Fully Browser-Based</strong>
<p>Access from any device with a modern browser β no installation needed</p>
</li>
<li>
<strong>π Cloud Saving & Sharing</strong>
<p>Save projects securely in the cloud, share with others and export to XML</p>
</li>
<li>
<strong>π Built-in Version Control</strong>
<p>Track changes and revert to previous versions</p>
</li>
</ul>
</div>
</div>
<div class="right-panel">
<img
src="./assets/Screenshot_20260126_220526.png"
alt="FEAScript Studio Screenshot"
class="studio-image"
/>
</div>
</div>
</div>
<br />
<footer>
<p>
Contact:
<a href="mailto:info@feascript.com">info@feascript.com</a>
</p>
<p>© 2023-<span id="currentYear"></span> FEAScript</p>
</footer>
<script>
document.getElementById("currentYear").innerHTML = new Date().getFullYear();
// Fetch GitHub stars
fetch("https://api.github.com/repos/FEAScript/FEAScript-core")
.then((response) => response.json())
.then((data) => {
const starCount = data.stargazers_count;
const starsElement = document.getElementById("github-stars");
if (starsElement && starCount) {
starsElement.innerHTML = `β
${starCount}`;
}
})
.catch((error) => console.error("Error fetching GitHub stars:", error));
</script>
</body>
</html>