Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 859 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 859 Bytes

OpenGL Wrapper

This library is supposed to become a lightweight OpenGL wrapper.

To build this library, make sure to have the GNU compiler collection and make installed.

There are 4 commands to choose from:
    make -> Builds the release and debug build of the library.
    make release-> Builds the release build of the library.
    make debug-> Builds the debug build of the library.
    make clean-> Deletes the built libraries.

An example of the library being used can be found under examples/snake. To build it make sure to have built the release build of Mantaray first. Then go to the examples/snake folder and call make run to build and execute the example.

It is currently under heavy development and not yet suited for the public use