Fernando Jerez Profile picture
Always doing creative stuff with technology, Generative Art, 3Dprinting, Arduino, and random stuff. Posting since summer 2017.
Mar 7, 2020 9 tweets 3 min read
#codingsaturday This idea came to mind yesterday while driving to Mc Donalds: Credit card size maze toy🤷‍♂️ This morning had some free time so i made this maze generator (too lazy to draw a maze manually)
(Made with Processing @ProcessingOrg)
Starting thread: FIRST: get a maze SECOND: mesh broken! Repairing with 3DBuilder(windows 10)
Feb 29, 2020 14 tweets 6 min read
I've created a 'Random Marble Run' Generator for #3dprinting using #processing ( @ProcessingOrg ). Will try to explain how it's made in this thread below. 👇
I hope this technique is useful or inspiring for some programmer out there. "random space filling curves" @ProcessingOrg Random Space Filling Curves is the key. The method is:
First: draw a maze into a grid (using a recursive bactracker for this)