Archive for the 'projects' Category

Gesture Capture Stills

Wednesday, March 31st, 2010

I’m working on getting Gesture Capture exhibited somewhere so I took a few stills of it in action. Additionally I created a mini-site to describe the project.

Mini-Site
Pics

Bicuspid Variation Tooth

Friday, March 26th, 2010

Last summer I spent some time in search of a nice equation for a tooth. This one worked out well in the end.

Znode

Monday, March 15th, 2010

I’m working on a node based editor for brainstorming. I often find myself drawing psuedo-UML on whiteboards and inside the flash IDE. I like UML but it’s often more than i need so I’ve slowly been developing Znode… which will allow the creation of super simple diagrams like these:

I hope to have Znode finished and open sourced in a week or two. The code is all pretty simple. Here is a short feature list:

Add nodes with text
Resize nodes
Connect nodes to other nodes
Zoom in and out
Pan
Save and Load Node structures (XML format)

And for phase two of the project:
Undo and Redo functionality