Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aceimnorstuvwxz/cppgl
- Owner: aceimnorstuvwxz
- License: mit
- Created: 2015-05-02T10:10:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T22:15:42.000Z (over 9 years ago)
- Last Synced: 2024-08-10T06:02:04.703Z (3 months ago)
- Language: C
- Homepage:
- Size: 1.09 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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