Open GL ES

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Definite Dexer
Posts: 2
Joined: Sun Jul 09, 2017 12:19 pm

Open GL ES

Post by Definite Dexer »

Quick question please,
Will Irrlicht work on Open GL ES?
Thanks.
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Open GL ES

Post by CuteAlien »

You have to use the development branch irrlicht/ogl-es from svn. Note that while ES1 is supported somewhat it likely will be dropped again in the future (as it's simply outdated). You should use OpenGL ES2 instead. Which is also supported in the same development branch (svn.code.sf.net/p/irrlicht/code/branches/ogl-es).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply