@DavidLyon66 What version of Node are you on? If it is an older version you can try import * as fs from 'fs'; or upgrading node.
Posts made by Nathan Apter
-
RE: Openscad to Jscad
-
RE: Openscad to Jscad
@DavidLyon66 I just updated it with a readme - make sure to pull the latest commit before following the steps
-
Openscad to Jscad
Hi! I mentioned a while back that I was working on a project to convert openscad to jscad. I've gotten a working POC and have published it to https://github.com/cookiecad/Openscad-to-JSCAD-converter/
The general idea is to use an openscad grammar to parse the openscad code into a syntax tree, then use the tree to jenerate jscad code. In order to make the resulting code more readable or when jscad is missing an equivalent operation the code adds helper functions.
I used the openscad version of the honeycomb storage wall (on printables) as my test case and it successfully converts it to jscad. Each language feature is added separately so there are still many more to add.
If anyone wants to try it out or contribute let me know. I haven't had time to work on it recently but would love to make more progress. Index.js is the starting point.
As a side note - you can run jscad code with auto-completion and typechecking in our site, cadit.app - let me know what you think!
-
RE: Hiring a JScad freelancer
I am still looking for developer - I need more three.js and general javascript 3d/cad experience than specifically jscad. If you're interested please get in touch.
-
Didn't there used to be examples you could click on?
Didn't there used to be a series of examples you could click on to open in the web viewer, showing different things that could be done with jscad? I can't seem to find them.
Also is the jscad.xyz website working?
Is the openjscad.com an older version?Thanks
-
Hiring a JScad freelancer
I am looking to hire a jscad developer to help me accomplish some things with jscad in my project. Please reach out to me if you are interested. If there is a better place to find or reach out to someone that would have this skillset let me know.
@z3dev I've seen you mostly contributing to the github. Do you do freelance work or do you know if any of the other devs do?
Thanks