is there any working examples of irrlicht running inside the browser?
there were some examples before but they are removed from server
it gives 404 error.
any link would be appreciated! thanks.
JIrr and applet
I need also JIRR in a browser but i can't find anyway some say its impossible because you can't load them with jars... webstarts must work but it won't work either by me
Compete or join in irrlichts monthly screenshot competition!
Blog/site: http://rex.4vandorp.eu
Company: http://www.islandworks.eu/, InCourse
Twitter: @strong99
Blog/site: http://rex.4vandorp.eu
Company: http://www.islandworks.eu/, InCourse
Twitter: @strong99
It is a cruel world with applets. At first: unsigned applets will never be able to make use of custom native libs - it is a security feature of applets to run in a sandbox without knowing about the system it is running on.
Please see https://sourceforge.net/forum/forum.php ... _id=383520 for further info.
PS: Webstart will work. But that is just another application started via the web no applet.
Please see https://sourceforge.net/forum/forum.php ... _id=383520 for further info.
PS: Webstart will work. But that is just another application started via the web no applet.
Currently found a link regarding how to install a native library for applets. Please see http://www.javaranch.com/newsletter/200 ... 003.jsp#a5 for further info.
Well, I am currently working on jirr running in an applet. As far as I have come I would name it pre-alpha.
First milestone has been achieved (on Windows, JDK 1.6) but it requires some further work before releasing it to the public (a reproducable crash when closing the applet, missing features like running in the browser window instead of opening a new window and so on).
First milestone has been achieved (on Windows, JDK 1.6) but it requires some further work before releasing it to the public (a reproducable crash when closing the applet, missing features like running in the browser window instead of opening a new window and so on).