• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Oct-2020-

include/H22-Oct-2020-25,04020,024

spec/H03-May-2022-40,06339,761

src/H03-May-2022-98,95297,169

LICENSEH A D22-Oct-20201 KiB2016

README.mdH A D22-Oct-2020519 3218

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