CasperH2O·7 ay önce·discussYou may want to have a look at build123d. Its a Python library with an active and accessible community.
CasperH2O·8 ay önce·discussHave you considered Build123D for CAD code?I am also procedurally generating marble tracks and 3D printing them for about a year now and found that library very useful.The community is very active and its very similar to features we know from Fusion360/SolidWorks but all in code.
CasperH2O·8 ay önce·discussSmall world, I opted for a Gosper curve myself, but when it got too big, cut out specific pieces and connected those.It gives everything a uniform look while allowing to fill the space in a different way.
CasperH2O·8 ay önce·discussThis is really quite interesting and similar to a project I'm working on. I've been using procedural generation to generate a marble dexterity track similar to a Perplexus. My tools are mainly Python, the Build123D library and a 3D printer.