flensed :: flXHR Project [ draw.logic ] The GAE SWF Project: Flash and Flex apps on Google App Engine Flare | Data Visualization for the Web 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?
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. 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); // run some Processing code Processing.run('line(0, 0, width, height)');} ProcessingAS.onResize = function (w, h) { // Processing canvas resized; resize embedded element Processing.width = w; Processing.height = h;}
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
prefuse | interactive information visualization toolkit Open Source Flash - osflash