([http://www.libspark.org/wiki/saqoosha/FLARToolKit Japanese page]) = What is FLARToolKit = * AS3 ported version of [http://www.hitl.washington.edu/artoolkit/ ARToolKit]. * Actually, FLARToolKit is based on [http://nyatla.jp/nyartoolkit/wiki/index.php NyARToolkit], Java ported version of ARToolKit. * FLARToolKit recognize the marker from input image. and calculate its orientation and position in 3D world. * You should draw 3D graphics by your own. * But helper classes for major flash 3D engines ([http://code.google.com/p/papervision3d/ Papervision3D], [http://away3d.com/ Away3D], [http://www.flashsandy.org/ Sandy], [http://alternativaplatform.com/en/alternativa3d/ Alternativa3D]) are included. * Papervision3D is used in starter-kit. == The license == === GPL === FLARToolKit is free to use for non-commercial applications under the GPL license. This means the complete source code for your application must be made available to anyone that asks for it. FLARToolKit is based on the ARToolKit library under the GPL license and so the source code for any FLARToolKit applications that are made needs to be GPL as well. For more information about the conditions of the GNU General Public License, version 3, click [http://www.gnu.org/licenses/gpl.html 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 ([mailto:info@artoolworks.com info@artoolworks.com]) for a commercial license. In this case you will not have to make your source code available. == Download == [/wiki/saqoosha/FLARToolKit/download Download] == Browse source code == '''version 4.0.0-fp10''' [http://www.libspark.org/browser/as3/FLARToolKit//branches/ver4.x-fp10/] '''version 2.5.x''' [http://www.libspark.org/browser/as3/FLARToolKit//branches/ver2_5_x/] '''version 1.x.x''' [http://www.libspark.org/browser/as3/FLARToolKit//branches/ver1_x_x/] '''trunk''' [http://www.libspark.org/browser/as3/FLARToolKit/trunk/] == Source code == You can get latest source code with following command. (Uses subversion) {{{ svn checkout http://www.libspark.org/svn/as3/FLARToolKit/trunk/ FLARToolKit-read-only }}} '''Note that by downloading and using this source code you accept the license terms described below.''' == How to use == Import of FlashBuilder project of the FlashBuilder. Or, Open Main.fla file. == Forum == FLAR forum has been moved to [http://groups.google.com/group/flartoolkit-userz Google Group]! == Examples == * [http://www.trick7.com/blog/2008/05/17-005233.php Poly-chikubi (tit)] by trick7 (This is not code example but very funny demo video. Don't miss it!) * [http://saqoosha.net/2008/08/31/1221/ Desktop Fireworks] by Saqoosha * [http://blog.tarotaro.org/archives/category/ar/flartoolkit Various example by tarotaro.org (Japanese page)] or [http://flash.tarotaro.org/blog/ English page.] * [http://09.aid-dcc.com/ "AID-DCC Inc. & Katamari Inc. presents New Year Special Site [ZERO-NINE]"] == Who made it? == * [http://saqoosha.net/ Saqoosha] * [http://d.hatena.ne.jp/nyatla/ nyatla] (Developer of NyARToolkit for AS3)