[2.1] web-integration

Discussion area about developing with Ogre-Next (2.1, 2.2 and beyond)


Post Reply
User avatar
Kohedlo
Orc
Posts: 435
Joined: Fri Nov 27, 2009 3:34 pm
Location: Ukraine, Sumy
x 32
Contact:

[2.1] web-integration

Post by Kohedlo »

there is ideas for making npapi ogre 2.1 integration?

firebreath or pure plugins for mozzilla?
c++ game developer.
current project: Imperial Game Engine 2.5
Image
hyyou
Gremlin
Posts: 173
Joined: Wed Feb 03, 2016 2:24 am
x 17
Contact:

Re: [2.1] web-integration

Post by hyyou »

User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5296
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: [2.1] web-integration

Post by dark_sylinc »

NPAPI is deprecated and support is being removed from browser, so that's a no-go.

I am (very slowly) testing GLES3. Support sucks on Android at the time (due to extremely poor quality Android drivers), but it may work ok on Desktop. Once GLES3 gets merged back to main; it should be theoretically possible to get the emscripten build working again and run on browser that support WebGL 2.0

But I can't make any promises yet.
Hotshot5000
OGRE Contributor
OGRE Contributor
Posts: 226
Joined: Thu Oct 14, 2010 12:30 pm
x 56

Re: [2.1] web-integration

Post by Hotshot5000 »

Sometimes next year, if not already done by then, I will make Ogre 2.1 work on WebGL 2.0 since I need it to run in a browser for a project I am working on. Right now I am focused on getting it to run on Android.
User avatar
Kohedlo
Orc
Posts: 435
Joined: Fri Nov 27, 2009 3:34 pm
Location: Ukraine, Sumy
x 32
Contact:

Re: [2.1] web-integration

Post by Kohedlo »

afrer compilation as Enscripren still some errors.

Code: Select all

#include <emscripten/emscripten.h>
what i must connect?
c++ game developer.
current project: Imperial Game Engine 2.5
Image
Post Reply