Jirr Applets

Discussion about Irrlicht's Java wrapper
Post Reply
Jedimace1
Posts: 16
Joined: Fri Aug 01, 2008 12:59 pm

Jirr Applets

Post by Jedimace1 »

Could I make an Applet with JIrr? I've seen it done with JOGL, JOAL and JInput before, so it seems like a possibility for JIrr. https://jogl-demos.dev.java.net/applettest-joal.html is one.
Image
Salah
Posts: 2
Joined: Mon Jun 09, 2008 10:54 am

Post by Salah »

Hi, It's possible to create an applet with jirr but there's a problem because we have 2 dlls the wrapper and the irrlicht.dll.

The solution is tu use a static library generated from irrlicht to use it in the wrapper and then wi will have juste 1 DLL.

After that you can save temporary the wrap_irrlicht.DLL with the applet in a temporary directory.

With 2 DLLs, wrap_irrlicht.dll depends on irrlicht.DLL and it will search it in the browser directory..it's possible to save the irrlicht.dll in the browser director but it's little dirty as work.

sorry for my english :p
Post Reply