background preloader

Actionscript

Facebook Twitter

Processingas - Google Code. Processing.as is a port of the Processing programming language to ActionScript. It includes a fully functional parser and evaluator, as well as an API layer, to run many existing and new Processing scripts. To check out Processing.as in action, take a look at the following examples: The processing.swf file can be placed in any webpage and loaded with a Processing script dynamically via JavaScript. First download the compiled package. Embed the processing.swf in your page, and include the "processing.as.js" file. To interact with the swf, add methods to the ProcessingAS variable.

Var Processing = null; ProcessingAS.onLoad = function () { // movie loaded, get object reference Processing = document.getElementById('processing'); // start interactivity Processing.start();} ProcessingAS.onStart = function () { // drawing APIs are now available Processing.size(200, 200); Processing.fill(255, 0, 0); Processing.rect(0, 0, 100, 100); The Processing library can be used for its API or for its Parser. Papervision3D. Saqoosha/FLARToolKit/en. Spark project Wiki ナビゲーション (Japanese page) What is FLARToolKit ¶ AS3 ported version of ARToolKit. The license ¶ FLARToolKit is free to use for non-commercial applications under the GPL license. For more information about the conditions of the GNU General Public License, version 3, click here. Commercial Licence ¶ If you are interested in developing a commercial application or not releasing your FLARToolKit application source code then you should contact ARToolWorks (info@artoolworks.com) for a commercial license.

Download ¶ Download Browse source code ¶ version 4.0.0-fp10 version 2.5.x version 1.x.x trunk Source code ¶ You can get latest source code with following command. How to use ¶ Import of FlashBuilder? Forum ¶ Examples ¶ Who made it? The GAE SWF Project: Flash and Flex apps on Google App Engine. Flensed :: flXHR Project. Slax: your pocket operating system. Visualization API - Google Code. Labs - Alchemy. §. [ draw.logic ] Flare | Data Visualization for the Web. Splashup. Graphita.com :: Live Studio BETA. Alcon Open Source Flash. Blog Archive » AS3 logging with Log4j.

There are several things I miss about FlexBuilder…the debugger, authoring-time error checking, code assistance, and the quick compiles to name a few. But perhaps the first thing you’ll miss when just using the free Flex SDK is your basic trace output window. Initially I had written a simple Ruby script to handle tracing to a terminal window. This was fine for awhile but as some of my projects grew bigger, I wanted more control over logging. Flex comes with a logging system under the mx.logging package which works similarly to typical logging systems in other languages, it’ll categorize logs, provide log levels, and has some log filtering capabilities. So I changed my tracing class that connects to the Ruby script into a log target.

However something still bothered me, I didn’t like the filtering controls being done in ActionScript. After some digging, I found Apache’s Chainsaw v2 to be a good fit. Features Usage Example Downloadnochump-logging-10-dist.zip Tagged: flash, log4j. Haxe [haXe.org] Prefuse | interactive information visualization toolkit.

Open Source Flash - osflash.