I’m open sourcing this system I’ve created entirely in geometry nodes in blender. Input drawer size and its filled with parametric models of 3D printable bins. Bins that are too big to print turn red. Sliders to control wall thickness, corner radii, and grid. Easy export button built in. My goal is to use blenders open system to create tools that end the restrictive CAD tyranny for designers and creatives like me.
I might call this "DiceGL" 🎲 🎲
The js framework makes it possible to map dice rolls to generate vector patterns and drive a plotter accordingly (.svg / .hpgl supported)
@ShornOne I put together a massive list of tools and resources for plotter enthusiasts. It contains a couple dozen of generators, optimization algorithms, and lots of tools
https://t.co/HusBcAc2ac #axidraw#plottertwitter#designs#community
If you can contribute, let me know!
Very happy to be included in "Tracing the Line", an upcoming book about pen plotters by @VetroEditions 😊 You can pre-order the book with the link below.
#plottertwitter
@_loset Here's the example of svg-in-p5 workspace with a save function https://t.co/AS7QcAVTyf and a nice write up on the hows & whys of this approach from @gorillasu https://t.co/s87PwdSk2y
@lomzart practicing my p5 skills for plotting & looking at https://t.co/LQG8OunLUZ any reference on making these nested sine waves as single stroke lines instead of individual points on a line? I gotta work in svg and trying to translate your awesome approach. thanks!