Back to NeatTools

So, I’ve started over with NeatTools.  There has been some recent interest in rebooting the real NeatTools, which got me more interested in the AS3 versions again.  Last time, I got bogged down with figuring out how to manage the connections, so I’m rebuilding it from scratch, and hopefully I can figure out the best […]

Continue reading

Augmented Reality

My first foray into the world of augmented reality. FLARToolkit, is a Flash Augmented Reality library, a port of ARToolkit. It handles the detection, homography, and tracking of custom ‘markers’, onto which can be drawn, 3D objects, in this case using the Papervision3D library. To view my example, download and print out my marker here: […]

Continue reading

Searching for Elegance

When you create multiple connections from the same module, they accumulate graphically as they should.  Previously though, they didn’t deccumulate (if I may make up a word). New connections were added to total number of connections a module had, even if they didn’t have them anymore.  I had simply forgotten to reduce the number of […]

Continue reading