Overv / OOGL

Object-oriented C++ wrapper for OpenGL.
Boost Software License 1.0
414 stars 45 forks source link

Use premake. #10

Closed Jookia closed 12 years ago

Jookia commented 12 years ago

Premake will generate project files which you can then include in the repo and work across all platforms rather than having to have possibly out-of-sync projects.

Out of interest I ported the entire system to CMake but in the end it seemed to add too much complexity when the goal of OOGL is to be simple.