Archive for July 31st, 2007

Ryan Stewart setup a Adobe AIR App Wiki, where you can find a collection of Adobe AIR applications out in the wild that the community can update. You can add your own app to the list by going here.
Brgds,
CP 

The FlexBook of Quitly Scheming has a new AIR version. I can tell you that the Flex version was awesome, now check and download the AIR version.
Brgds,
CP

Dreammania released an AS3 Geom Class Exporter. This class is a 3DS Max designed script that allows you to directly export 3D models to AS3 classes.
The benefit is that you don’t need anymore to load and parse a texte file (ase, obj, 3ds).
You just have to import the class and to create an instance, like [...]

Nice example using the Convex Hull Algoritms by Lost in Actionscript. If you don’t know about Convex Hull’s you can read about them here. Shane McCartney wrote the Convex Hull Class to work with a few of the popular algorithms. Example and source code are available here in AS2, although, using AS3, will improve for sure [...]