pulley gt2
File stampabili (0)
Descrizione
this is a test of node 'pulley' for graphscad
This is a test of Graphscad. A graphical nodal tool to generate SCAD files.
This program is under development and still need some polishing, but i hope releasing a free version within few weeks. FOLLOW ME, you'll be the first beta tester ;-)
here is a first WIP video of graphscad : https://youtu.be/ghEYth9MKtg
The beauty of the thing is that 'nodal datas' and generated scad source code are in the same .SCAD file. You can use an openscad session (openscad has a mode to reload file when it's changed,that'ssmart ....) to preview object during construction of graph.
Using a flow graph, it's easier to design and debug 3D objects. Changing the order of boolean operations is just dealing with connections. Just a double click on a node and you can see partial building of your object.
In fact, I Was bored to make SCAD scripts.
I will provide an executable for windows first, and a collection of open source node's plugins
In fact, each node is just a python plugins, so it's easy to create new node type.
Here is an example of a node :
I will provide an exe file for windows or linux, and a collection of open source node's plugins
In fact, each node is just a python plugins, so it's easy to create new node type.
It should work on Windows and any OS with python2.7