Ogre in a browser

A place for users of OGRE to discuss ideas and experiences of utilitising OGRE in their games / demos / applications.
User avatar
manowar
Orc
Posts: 419
Joined: Thu Apr 07, 2005 2:11 pm
Location: UK

Ogre in a browser

Post by manowar »

Hello

I am working on a project where it would be nice to be able to initialize OGRE in a browser window. Is it possible to do that ? I guess I will have to use some kind of browser plugin ? The application will run in opengl.
Thanks a lot

Eric
User avatar
tuan kuranes
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 2653
Joined: Wed Sep 24, 2003 8:07 am
Location: Haute Garonne, France
x 4

Post by tuan kuranes »

Yes it's possible, but you have to add some code to Ogre :

In http://www.sulaco.co.za/opengl.htm for the activex thing
User avatar
sinbad
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 19269
Joined: Sun Oct 06, 2002 11:19 pm
Location: Guernsey, Channel Islands
x 66

Post by sinbad »

www.pelicancrossing.com have already done it in fact.
User avatar
manowar
Orc
Posts: 419
Joined: Thu Apr 07, 2005 2:11 pm
Location: UK

Post by manowar »

Thanks a lot. If I understand I will have to use a different plugin depending of the browser. I saw the same kind of plugin for mozilla. Well I know it is possible to do it, that is great ! Let finish the application first ;o)