TinkerCAD Website
#selfhosted
threaded - newest
Would love to learn if it exists too. I use it often.
The only other way I know how to CAD is github.com/pythonscad/pythonscad
Unrelated but BTW FreeCAD is fully python scriptable. In fact, as I understand it, every operation is first translated to python code.
Yeah, and it outright isn’t documented.
FreeCAD’s Python functions are all well organized in different modules. Some of them are already loaded (imported) when you start FreeCAD. Just try: dir()
FreeCAD’s Python functions are all well organized in different modules. Some of them are already loaded (imported) when you start FreeCAD. Just try:
dir()
wiki.freecad.org/Python_scripting_tutorial
wiki.freecad.org/FreeCAD_Scripting_Basics
wiki.freecad.org/Python_console
wiki.freecad.org/Power_users_hub
wiki.freecad.org/Debugging#Python_Debugging
wiki.freecad.org/Profiling
…
There is also Cascade Studio (Demo). Sadly development has stalled, it was a really cool project.
Probably not at all what OP is looking for though since TinkerCAD is just sketch/primitive type workflow, not like openscad.
Might I ask, why exactly do you feel the need to have a webapp for CAD rather than a hard client?
Freecad in a VM with a remote viewer like guacamole?
Ideally you could use moonlight but that is not web based
What about solvespace web build: github.com/solvespace/solvespace/tree/emscripten#…
threaded - newest
Would love to learn if it exists too. I use it often.
The only other way I know how to CAD is github.com/pythonscad/pythonscad
Unrelated but BTW FreeCAD is fully python scriptable. In fact, as I understand it, every operation is first translated to python code.
Yeah, and it outright isn’t documented.
wiki.freecad.org/Python_scripting_tutorial
wiki.freecad.org/FreeCAD_Scripting_Basics
wiki.freecad.org/Python_console
wiki.freecad.org/Power_users_hub
wiki.freecad.org/Debugging#Python_Debugging
wiki.freecad.org/Profiling
…
There is also Cascade Studio (Demo). Sadly development has stalled, it was a really cool project.
Probably not at all what OP is looking for though since TinkerCAD is just sketch/primitive type workflow, not like openscad.
Might I ask, why exactly do you feel the need to have a webapp for CAD rather than a hard client?
Freecad in a VM with a remote viewer like guacamole?
Ideally you could use moonlight but that is not web based
What about solvespace web build: github.com/solvespace/solvespace/tree/emscripten#…