/libwindow

OpenGL Window handling

Primary LanguageC++OtherNOASSERTION

libwindow

Libwindow is a OpenGL window handling library for use in games. It is designed to support multiple backends, like GLFW and SDL2.

Building

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

Installing

  1. Build the project using the steps described above.
  2. make install

Contributing

  1. Fork the project on github.
  2. Clone and create a new branch.
  3. Commit and push to your branch.
  4. Submit a pull request for your branch.