Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 22-Oct-2020 | - | ||||
include/ | H | 22-Oct-2020 | - | 25,040 | 20,024 | |
spec/ | H | 03-May-2022 | - | 40,063 | 39,761 | |
src/ | H | 03-May-2022 | - | 98,952 | 97,169 | |
LICENSE | H A D | 22-Oct-2020 | 1 KiB | 20 | 16 | |
README.md | H A D | 22-Oct-2020 | 519 | 32 | 18 |
README.md
1glshim 2==== 3 4This is a shim providing OpenGL 1.x functionality to OpenGL ES accelerated cards. 5 6---- 7 8Compiling 9---- 10 11 cmake .; make GL 12 13*or for the Raspberry Pi* 14 15 cmake . -DBCMHOST=1; make GL 16 17---- 18 19GLU 20---- 21 22You probably want the glu branch from https://github.com/lunixbochs/glues 23 24 git clone git@github.com:lunixbochs/glues.git; git checkout glu; cmake .; make 25 26---- 27 28Installation 29---- 30 31Put lib/libGL.so.1 in your `LD_LIBRARY_PATH`. If you need GLU, build libGLU.so.1 from the glues repo and do likewise. 32