Irrlicht with Haxe

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
djoker
Posts: 39
Joined: Thu Dec 22, 2005 10:25 pm
Location: Portugal

Irrlicht with Haxe

Post 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
Never underestimate the power of Delphi....Ignorance is bliss, but knowledge is power...
Vox
Posts: 47
Joined: Fri Apr 01, 2005 5:25 pm

Re: Irrlicht with Haxe

Post 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.
djoker
Posts: 39
Joined: Thu Dec 22, 2005 10:25 pm
Location: Portugal

Re: Irrlicht with Haxe

Post 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 .
Never underestimate the power of Delphi....Ignorance is bliss, but knowledge is power...
Vox
Posts: 47
Joined: Fri Apr 01, 2005 5:25 pm

Re: Irrlicht with Haxe

Post by Vox »

Haxe2 or Haxe3? Haxe3 can be faster. Anyway, I'm ready for git.
djoker
Posts: 39
Joined: Thu Dec 22, 2005 10:25 pm
Location: Portugal

Re: Irrlicht with Haxe

Post 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
Never underestimate the power of Delphi....Ignorance is bliss, but knowledge is power...
Post Reply