Esoteric Framework 0.2.0 released
I just pushed version 0.2.0 of the Esoteric Framework. It adds support for 2D lines and curves, among other things.

Here are the release notes:
===============================================================================
= E S O T E R I C F R A M E W O R K v 0 . 2 . 0 R E L E A S E N O T E S =
===============================================================================__ Notes ______________________________________________________________________ * Template elements not included in this release because they rely on features
planned for later releases.
* Support for embedded fonts pushed back.__ New in this release ________________________________________________________ * Added new Loader element to load external SWFs.
* Added new 2D line elements: LineStyle, LineGradientStyle, MoveTo, LineTo,
and CurveTo.
* Added new 2D drawing elements: Circle, and Ellipse.
* Added support for bitmap filters on 3D display objects.
* Added support for single-line and multi-line comments in scripts using
JavaScript/ActionScript syntax.
* Added NaN object to scripts context.
* Regenerated compiler lexer and parsers with Antlr 3.1.__ Features planned for 0.3.0 _________________________________________________ The next release will focus on the manipulation of nodes using scripts. * Add support for basic control structures in scripts (if, for, etc...).
* Add methods to dynamically manipulate nodes: clone, create, remove, move.
Get it while it's fresh: http://framework.esotericorp.com/downloads/.