Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aceimnorstuvwxz/cppgl

C++ wrapper for modern OpenGL
https://github.com/aceimnorstuvwxz/cppgl

Last synced: 18 days ago
JSON representation

C++ wrapper for modern OpenGL

Awesome Lists containing this project

README

        

## cppgl
a C++ wrapper for modern OpenGL

#####[Example](https://github.com/iichenbf/cppgl/blob/master/cppgl/cppgl.cpp):

![](./cppgl_test_result.png)

#####A more complex example in [Lua2d](https://github.com/iichenbf/lua2d):
![](./mesh.png)

#####Changes:

- 20150504 use shared_ptr<> instead of GC.
- 20150512 add mesh support.

#####TODO:

- add EBO