I want to know if it would be possible to create a browser plugin using Irrlicht?
Does anyone know if there are any reasons why this would not be possible?
thanks.
lobo_nz
Create Browser plugin using Irrlicht
-
Conquistador
- Posts: 340
- Joined: Wed Sep 28, 2005 4:38 pm
- Location: Canada, Eh!
One of the mods made a Java Webstart applet that has the demo running in it, look in the project announcements forum, or do a search.
Royal Hamilton Light Infantry - http://www.rhli.ca
Paris/Port Dover Pipes'n Drums - http://www.parisdover.ca
Paris/Port Dover Pipes'n Drums - http://www.parisdover.ca
-
Eternl Knight
- Posts: 313
- Joined: Tue Nov 01, 2005 5:01 am
Well, it hasn't been done yet - but that is probably due to lack of interest so far. It is by no means impossible (or even difficult in my opinion).
Read up on ActiveX controls, they're relatively simple to create (do it all the time for the office job).
I just don't see much use for it really. I mean, if you're requiring the users to install an ActiveX control - why not simply give them an executable?
--EK
Read up on ActiveX controls, they're relatively simple to create (do it all the time for the office job).
I just don't see much use for it really. I mean, if you're requiring the users to install an ActiveX control - why not simply give them an executable?
--EK
Well, I dont want to use activex so its probably a bit harder, although still achieveable by the sound of it , as I need to support PC, linux and osx.
I dont want to provide an executable as I also want to integrate into a larger web application so really need a browser plugin.
Irrlicht seems an excellent choice as its cross platform, and I got the examples compiling in about 5 minutes on both pc and linux which is more than I can say for other engines I've tried, maybe thats me though.
It is also a game engine and there are plenty of networking code examples/tutorials and I need the plugin to communicate with the app server so I can have a shared object like a shared whiteboard but for 3d CAD models.
I know there are commercial products that do this but they are priced way out of my budget and dont let me integrate it very easily into the rest of the system.
I can also make an exe version to test which is nice.
I dont want to provide an executable as I also want to integrate into a larger web application so really need a browser plugin.
Irrlicht seems an excellent choice as its cross platform, and I got the examples compiling in about 5 minutes on both pc and linux which is more than I can say for other engines I've tried, maybe thats me though.
It is also a game engine and there are plenty of networking code examples/tutorials and I need the plugin to communicate with the app server so I can have a shared object like a shared whiteboard but for 3d CAD models.
I know there are commercial products that do this but they are priced way out of my budget and dont let me integrate it very easily into the rest of the system.
I can also make an exe version to test which is nice.
-
Eternl Knight
- Posts: 313
- Joined: Tue Nov 01, 2005 5:01 am