Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thalerjonathan authored Jul 9, 2018
1 parent 361330e commit 2bd2b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gl-idris-b
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.

### Idris version: 1.2
### Idris versions: 1.2, 1.3

### Library Dependencies
- glew: for loading the OpenGL functions on the respective system
Expand All @@ -11,4 +11,4 @@ Assuming you have installed Idris and it is on your path.

1. 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.
2. Download / clone gl-idris-b.
3. Install the library by navigating to the gl-idris-b folder and simply invoke 'make' in a terminal.
3. Install the library by navigating to the gl-idris-b folder and simply invoke 'make' in a terminal.

0 comments on commit 2bd2b0e

Please sign in to comment.