Page 1 of 1

Irrlicht with Haxe

Posted: Fri Apr 18, 2014 2:21 pm
by djoker
hello friends,
for some years i used the Irrlicht on delphi with irr4delphi
but this last year I have done a few things with the new multi platform language (Haxe http://haxe.org ) today i make wrapper for irrlicht.
my dream is to make this for linux/windows/android
i have some work to do but for now its working ok on windows and neko.
Image

Re: Irrlicht with Haxe

Posted: Wed Apr 23, 2014 12:44 am
by Vox
Thank you so much! I thought to do the same, but making Haxe library, not a wraper. Library would be difficult to maintain though.

Re: Irrlicht with Haxe

Posted: Sun Apr 27, 2014 9:26 am
by djoker
Vox if you want we can work together , i can update all the work to git.
i made some tests and to build the library i have lots of typecast and this way the fps drops :(
so the wraper i think will be more faster .

Re: Irrlicht with Haxe

Posted: Mon Apr 28, 2014 2:23 pm
by Vox
Haxe2 or Haxe3? Haxe3 can be faster. Anyway, I'm ready for git.

Re: Irrlicht with Haxe

Posted: Thu May 08, 2014 12:51 pm
by djoker
Haxe 3
Vex i compile Irrlicht 4 android and windows with gles1 and sdl2 for handle events/assets/window/sound
and work fine .

my version of irrlicht: https://github.com/akadjoker/IrrlichtSDL2
haxe lib : https://github.com/akadjoker/HaxeIrrlichtSDL