Allegro.cc - Online Community

Allegro.cc Forums » Allegro Development » Allegro 4 and OpenGL ES 2

This thread is locked; no one can reply to it. rss feed Print
Allegro 4 and OpenGL ES 2
eri0o_
Member #16,808
February 2018

Does anyone knows of any fork of Allegro 4 that enables usage of it in a strictly OpenGL ES 2.0 environment?

Edgar Reynaldo
Major Reynaldo
May 2007
avatar

eri0o_
Member #16,808
February 2018

What's AllegroGL ?

Also, why do forum topics disappear? Sure there are more than 4 allegro topics...

MikiZX
Member #17,092
June 2019

AllegroGL: http://allegrogl.sourceforge.net/
included in: https://www.allegro.cc/files/?v=4.4

Though, I am not sure if this would work out-of-the-box in an OpenGL ES environment - looking at OpenGL ES examples on the net it seems most likely not. If I understand correctly, glBegin and glEnd do not exist in OpenGL ES and on occasion AllegroGL will also use glBegin(GL_QUADS); though OpenGL ES will only know of TRIANGLES.

Go to: