This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* HaXe version of AlphabeticID | |
* Author: Andy Li <andy@onthewings.net> | |
* ported from... | |
* | |
* Javascript AlphabeticID class | |
* Author: Even Simon <even.simon@gmail.com> | |
* which is based on a script by Kevin van Zonneveld <kevin@vanzonneveld.net>) | |
* | |
* Description: Translates a numeric identifier into a short string and backwords. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Ported from the work of Zeh: | |
//http://zehfernando.com/2010/the-best-drawplane-distortimage-method-ever/ | |
import flash.display.BitmapData; | |
import flash.display.Graphics; | |
import flash.geom.Point; | |
import flash.Vector; | |
class PerspectiveImage { | |
/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <hxcpp.h> | |
#ifndef INCLUDED_A | |
#include <A.h> | |
#endif | |
#ifndef INCLUDED_Main | |
#include <Main.h> | |
#endif | |
#ifndef INCLUDED_haxe_Log | |
#include <haxe/Log.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#use it in terminal: | |
#haxe away3dlite_haxe.hxml | |
-swf away3dlite_haxe.swc | |
-swf-version 10 | |
#the class that contain static function main() | |
-main Main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//http://gist.github.com/632717 | |
#if flash9 | |
import flash.utils.TypedDictionary; | |
import flash.net.LocalConnection; | |
#else | |
#error | |
#end | |
using Lambda; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Some of the renderings can be found at | |
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/ | |
* | |
* | |
* Copyright (c) 2011, Andy Li http://www.onthewings.net/ | |
* All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without modification, | |
* are permitted provided that the following conditions are met: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Some of the renderings can be found at | |
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/ | |
* | |
* | |
* Copyright (c) 2011, Andy Li http://www.onthewings.net/ | |
* All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without modification, | |
* are permitted provided that the following conditions are met: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Some of the renderings can be found at | |
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/ | |
* | |
* | |
* Copyright (c) 2011, Andy Li http://www.onthewings.net/ | |
* All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without modification, | |
* are permitted provided that the following conditions are met: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Some of the renderings can be found at | |
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/ | |
* | |
* | |
* Copyright (c) 2011, Andy Li http://www.onthewings.net/ | |
* All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without modification, | |
* are permitted provided that the following conditions are met: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
haxe $GEDIT_CURRENT_DOCUMENT_DIR/compile.hxml |
OlderNewer