![]() |
|
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
![]() |
Unless AllegroGL supports it, I don't think so. I could be wrong. Google didn't come up with anything? My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
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/ 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. |
|