The Wayback Machine - https://web.archive.org/web/20190313053814/https://github.com/lunixbochs/glshim
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

OpenGL 1.x driver shim for OpenGL ES devices.
Branch: unstable
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
include
spec
src
test
.gitignore
.travis.yml
CMakeLists.txt
LICENSE
README.md
flags.cmake

README.md

Build Status

glshim

This is a shim providing OpenGL 1.x functionality to OpenGL ES accelerated cards.


Compiling

cmake .; make GL

GLU

You probably want the glu branch from https://github.com/lunixbochs/glues

git clone git@github.com:lunixbochs/glues.git; git checkout glu; cmake .; make

Installation

Put lib/libGL.so.1 in your LD_LIBRARY_PATH. If you need GLU, build libGLU.so.1 from the glues repo and do likewise.

You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.