Hello there! You've reached the portfolio-ish site of Ben Leduc-Mills. I like making, in many forms -- through music, woodworking, lasers, electronics, code, Lego, 3d printing, e-textiles, you name it. This website captures some of my career from interaction design, rapid prototyping & digital fabrication, open source hardware, software engineering, user research, and of course, AI.
Yes, I use AI everyday. For code, for design, and for research. No, I didn't use it for this website.
uCube v.01
Here’s the first version of the uCube code, which integrates the convexhull + stl code with taking input from the physical 4x4x4 cube.
You will need the libraries I mentioned in the convex hull example, plus the serial library. The Processing sketch is parsing a string of xyz coordinates being send from Arduino, of the form (x,y,z;x,y,z,;etc.).