Low level OpenGL bindings for Idris. This package is based on https://github.com/eckart/gl-idris but added pre OpenGL calls (e.g. glBegin/End, glLoadIdentity, ...) for immediate mode. Compared to gl-idris it has no support (and thus no dependencies) for PNG loading, lightyear OBJ loading, shader init/loading.
- glew: for loading the OpenGL functions on the respective system
Assuming you have installed Idris and it is on your path.
- Make sure glew is installed on your system and can be found by pkg-config. On Linux use the package manager of your system, on Mac OS X use brew install.
- Download / clone gl-idris-b.
- Install the library by navigating to the gl-idris-b folder and simply invoke 'make' in a terminal.