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.
Irrlicht with Haxe
Irrlicht with Haxe
Never underestimate the power of Delphi....Ignorance is bliss, but knowledge is power...
Re: Irrlicht with Haxe
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
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 .
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 .
Never underestimate the power of Delphi....Ignorance is bliss, but knowledge is power...
Re: Irrlicht with Haxe
Haxe2 or Haxe3? Haxe3 can be faster. Anyway, I'm ready for git.
Re: Irrlicht with Haxe
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
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
Never underestimate the power of Delphi....Ignorance is bliss, but knowledge is power...