ks is a small cross platform c++ library that can be used to help create applications and libraries.
The gl module wraps OpenGL 2.1 / OpenGL ES 2
This module is licensed under the Apache License, version 2.0. For more information see the LICENSE file.
- ks_shared
- glad (MIT license): For loading OpenGL functions
- glm (MIT license): For GL math types and functions
The provided pri file can be added to a qmake project. Ensure the dependent ks modules are included in any project that uses this module.
TODO. See the ks_test module for some examples