gl4es
gl4es copied to clipboard
GL4ES is a OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library, with support for Pandora, ODroid, OrangePI, CHIP, Raspberry PI, Android, Emscripten and AmigaOS4.
I know you don't have worked in gl4es in this year or something like it But, will hard make the gl4es to export gl 3.1? Exist a wsi in termux...
It seems gl4es does not work with system shock 1, which compiled for Android. It shows only black screen with 1282 gl error I think error somewhere here https://github.com/sandstranger/systemshock/blob/master/src/MacSrc/OpenGL.cc#L465 
I`m running into a issue trying to run directx games under box64 and winewow64 with gl4es on a opizero 3 compiled with odroid profile and running latest mesa... windows opengl...
Hey there. I've been toying around with porting [Quakespasm](https://github.com/sezero/quakespasm) to my Anbernic console (runs the latest version of [ROCKNIX](https://github.com/ROCKNIX/distribution)), but I've had problems when trying to use gl4es. This is...
Consider implementing this thing https://github.com/Triang3l/S3TConv Could be really useful for adreno gpu's.
I have been compiling the source code with custom builds like ...: ``` cmake .. -DNOX11=ON -DGLX_STUBS=OFF -DGBM=OFF -DNOEGL=ON -DDEFAULT_ES=0 ``` this ... ``` cmake .. -DNOX11=ON -DGLX_STUBS=OFF -DGBM=OFF -DNOEGL=OFF...
I don't know if it's a bug on GL4ES, but in case it is, I better report it. Out of curiosity I tried to run the [Unvanquished game](https://unvanquished.net) on GL4ES....
Hello, I'm encountering a linking issue when trying to use GLU with gl4es in an Emscripten project. I've been following the advice from previously created issues (like #352), but I'm...