# glshim **Repository Path**: SnowNF/glshim ## Basic Information - **Project Name**: glshim - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: unstable - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-07 - **Last Updated**: 2022-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/lunixbochs/glshim.svg?branch=master)](https://travis-ci.org/lunixbochs/glshim) 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.