Hello there! You've reached the portfolio-ish site of Ben Leduc-Mills. I like using my background in computer science, HCI, and design to uncover answers to questions people didn't know they should be asking, and then crafting a data-driven, design-polished, narrative-rich artifact to tell the story.
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.).