libwindow
Libwindow is a OpenGL window handling library for use in games. It is designed to support multiple backends, like GLFW and SDL2.
Building
mkdir buildcd buildcmake ..make
Installing
- Build the project using the steps described above.
make install
Contributing
- Fork the project on github.
- Clone and create a new branch.
- Commit and push to your branch.
- Submit a pull request for your branch.