Skip to content

preet/ks_gl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is ks?

ks is a small cross platform c++ library that can be used to help create applications and libraries.

What is ks_gl?

The gl module wraps OpenGL 2.1 / OpenGL ES 2

License

This module is licensed under the Apache License, version 2.0. For more information see the LICENSE file.

Dependencies

  • ks_shared
  • glad (MIT license): For loading OpenGL functions
  • glm (MIT license): For GL math types and functions

Building

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.

Documentation

TODO. See the ks_test module for some examples

About

The ks_gl module wraps OpenGL 2.1 / OpenGL ES 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published