<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[A little web app using OpenJsCad]]></title><description><![CDATA[<p dir="auto">Hi guys,</p>
<p dir="auto">I would like to create a react web app when user can generate STL files (and maybe preview it) with a few fields used as parameters.</p>
<p dir="auto">What is the best solution to do that ?</p>
<p dir="auto">I thought about something like that :</p>
<ul>
<li>The user select the part he wants to create</li>
<li>The user enter his parameters (if available for the selected part)</li>
<li>The user click on the button and view/generate the selected part with the parameters</li>
</ul>
<p dir="auto">Something like that : <a href="https://joostn.github.io/OpenJsCad/" rel="nofollow ugc">https://joostn.github.io/OpenJsCad/</a> but with my own parts.</p>
<p dir="auto">I've installed the OpenJsCad yarn package in my project and tried to do something, but i'm inexperienced with the library and don't know which functions to call.</p>
<p dir="auto">Thanks for your help,</p>
<p dir="auto">benkei</p>
]]></description><link>https://openjscad.nodebb.com/topic/88/a-little-web-app-using-openjscad</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 12:05:24 GMT</lastBuildDate><atom:link href="https://openjscad.nodebb.com/topic/88.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 May 2019 14:38:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to A little web app using OpenJsCad on Tue, 04 Jun 2019 20:35:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://openjscad.nodebb.com/uid/24">@William-Adams</a> that is very nice indeed !<br />
Jscad is just a shorter name and less of a mouthful, either is fine <img src="https://openjscad.nodebb.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=k4h1pp0pk3c" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://openjscad.nodebb.com/uid/21">@benkei</a> it does indeed work like that, the parameter definitions are parsed by the internals of jscad to be displayed in the UI</p>
]]></description><link>https://openjscad.nodebb.com/post/149</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/149</guid><dc:creator><![CDATA[kaosat-dev]]></dc:creator><pubDate>Tue, 04 Jun 2019 20:35:38 GMT</pubDate></item><item><title><![CDATA[Reply to A little web app using OpenJsCad on Tue, 04 Jun 2019 09:24:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://openjscad.nodebb.com/uid/2">@kaosat-dev</a> I'm gonna receive a .jscad file with fixed parameters, I need to allow the users to modify this parameters via the interface.</p>
<p dir="auto">The open-source project I use (dan marshall's one) seems to automatically add the parameters to the interface if they are present in the design code.</p>
<p dir="auto">I assume if I import my .jscad file and then modify the module code to add the needed parameters it will work like I want it to.</p>
<p dir="auto">Can somebody confirm me this?</p>
<p dir="auto">Thanks <img src="https://openjscad.nodebb.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=k4h1pp0pk3c" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://openjscad.nodebb.com/post/148</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/148</guid><dc:creator><![CDATA[benkei]]></dc:creator><pubDate>Tue, 04 Jun 2019 09:24:11 GMT</pubDate></item><item><title><![CDATA[Reply to A little web app using OpenJsCad on Wed, 29 May 2019 15:24:53 GMT]]></title><description><![CDATA[<p dir="auto">I thought:</p>
<p dir="auto"><a href="https://gen.haxit.org/organizer/" rel="nofollow ugc">https://gen.haxit.org/organizer/</a></p>
<p dir="auto">which was done using</p>
<p dir="auto"><a href="https://github.com/bit101/quicksettings" rel="nofollow ugc">https://github.com/bit101/quicksettings</a></p>
<p dir="auto">was very impressive --- so much so that I'm looking at switching  a project to OpenJSCAD (jsCAD? Was it renamed?)</p>
]]></description><link>https://openjscad.nodebb.com/post/141</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/141</guid><dc:creator><![CDATA[William Adams]]></dc:creator><pubDate>Wed, 29 May 2019 15:24:53 GMT</pubDate></item><item><title><![CDATA[Reply to A little web app using OpenJsCad on Wed, 29 May 2019 14:49:56 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://openjscad.nodebb.com/uid/21">@benkei</a> ! Glad you got some things working !<br />
What part about parameters do you need help with ? , we can help <img src="https://openjscad.nodebb.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=k4h1pp0pk3c" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://openjscad.nodebb.com/post/140</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/140</guid><dc:creator><![CDATA[kaosat-dev]]></dc:creator><pubDate>Wed, 29 May 2019 14:49:56 GMT</pubDate></item><item><title><![CDATA[Reply to A little web app using OpenJsCad on Tue, 28 May 2019 12:40:10 GMT]]></title><description><![CDATA[<p dir="auto">Quick update :</p>
<p dir="auto">I dropped the idea of developing a brand new web app from zero, I think I don't have the knowledge and the time to do that.</p>
<p dir="auto">Dan Marshall's project is very interesting and is close to responding to all of my needs.</p>
<p dir="auto">I need to modify some of my .jscad files (there is errors in them apparently) but I managed to add new designs to this jscad-gallery.</p>
<p dir="auto">Now, i would like to add a more complex design with some parameters that the user can modify like for the others base design (ex: gear), anyone else who could have done that and help me?</p>
<p dir="auto">Thanks for your help guys, and if I can contribute to any of your projects as a thank you let me know!</p>
]]></description><link>https://openjscad.nodebb.com/post/139</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/139</guid><dc:creator><![CDATA[benkei]]></dc:creator><pubDate>Tue, 28 May 2019 12:40:10 GMT</pubDate></item><item><title><![CDATA[Reply to A little web app using OpenJsCad on Tue, 21 May 2019 15:15:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://openjscad.nodebb.com/uid/5">@gilboonet</a> Thanks for the answer, I will look into it !</p>
]]></description><link>https://openjscad.nodebb.com/post/133</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/133</guid><dc:creator><![CDATA[benkei]]></dc:creator><pubDate>Tue, 21 May 2019 15:15:18 GMT</pubDate></item><item><title><![CDATA[Reply to A little web app using OpenJsCad on Tue, 21 May 2019 13:50:11 GMT]]></title><description><![CDATA[<p dir="auto">You can maybe find some help here :<br />
<a href="https://github.com/danmarshall/jscad-gallery" rel="nofollow ugc">https://github.com/danmarshall/jscad-gallery</a><br />
it's a project that creates a gallery from .jscad designs</p>
]]></description><link>https://openjscad.nodebb.com/post/132</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/132</guid><dc:creator><![CDATA[gilboonet]]></dc:creator><pubDate>Tue, 21 May 2019 13:50:11 GMT</pubDate></item><item><title><![CDATA[Reply to A little web app using OpenJsCad on Tue, 21 May 2019 13:11:24 GMT]]></title><description><![CDATA[<p dir="auto">Is it possible for someone to help me ?</p>
<p dir="auto">I would like to learn how to preview a .jscad file with your library and then the user could generate a .stl file if he wants it.</p>
<p dir="auto">Looks like I can use the @jscad/stl-serializer to do that but i don't know how to generate the csg object from my .jscad file</p>
<p dir="auto">Thanks</p>
]]></description><link>https://openjscad.nodebb.com/post/131</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/131</guid><dc:creator><![CDATA[benkei]]></dc:creator><pubDate>Tue, 21 May 2019 13:11:24 GMT</pubDate></item><item><title><![CDATA[Reply to A little web app using OpenJsCad on Fri, 17 May 2019 00:28:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://openjscad.nodebb.com/uid/8">@johnwebbcole</a> has a project which does something simular. hopefully, he will be able to add a few pointers.</p>
<p dir="auto"><a href="https://gitlab.com/johnwebbcole/vesa-shelf" rel="nofollow ugc">https://gitlab.com/johnwebbcole/vesa-shelf</a></p>
]]></description><link>https://openjscad.nodebb.com/post/124</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/124</guid><dc:creator><![CDATA[z3dev]]></dc:creator><pubDate>Fri, 17 May 2019 00:28:49 GMT</pubDate></item></channel></rss>