Page 1 of 1

Jirr Applets

Posted: Fri Aug 01, 2008 1:25 pm
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.

Posted: Sat Jan 10, 2009 5:58 am
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