v3ga Bits and Blobs

Archive for August 2007

Openframeworks

The “Vision Factory” string was rendered using a module that wraps the ofTrueTypeFonts code from Openframeworks. A module is composed of some special chunks of code that can extend Vision Factory core model. More bindings should come in the near future, and I am actually thinking of a way to easily link module inner code [...]

First glSteps() in Javascript

The screenshots above show the very first Vision Factory plugin whose rendering is completely made with Javascript. All the drawing commands and logic are handled within a single script, which can be modified and recompiled while the main program is running.
This was made possible through the integration of jslibs (built upon Spidermonkey). According to its [...]