Demo
Results
Description
I used the SenselMorph to make a drawing program using ofxSenselMorph. The touchpad’s api gives up to 16 points (as of now), each of which contains a x,y coordinate, pressure, major and minor axis and degree …
Demo
Results
Description
I used the SenselMorph to make a drawing program using ofxSenselMorph. The touchpad’s api gives up to 16 points (as of now), each of which contains a x,y coordinate, pressure, major and minor axis and degree …
Here’s my drawing program. It’s a web based drawing program that comes with an unhelpful AI assistant that makes wild assumptions about what you’re drawing and adds lines to help you complete your image.
This piece still needs a lot …
I began exploring the capabilities of the UR5 robotic arm by programming it to draw. It’s possible to speak with the robot by sending it commands over OSC, but the server side controls are still being developed, so I decided …
An early version of the program which simply draws a semi-transparent mark at each x,y location the viewer gazes at onscreen. This was simply to get a sense of how the eye moved, what the drawing looked like naturally, and …
For my drawing project I was inspired by the post above. It does a lot of things right, It captures the angles of the person writing relative to the building and projects it perfectly. In regards to drawing, its is …