https://github.com/hellozee/gl-practice
Using OpenGL with SDL2
https://github.com/hellozee/gl-practice
cpp opengl sdl2
Last synced: about 1 month ago
JSON representation
Using OpenGL with SDL2
- Host: GitHub
- URL: https://github.com/hellozee/gl-practice
- Owner: hellozee
- Created: 2017-06-24T15:48:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T09:04:25.000Z (about 7 years ago)
- Last Synced: 2025-04-11T22:42:58.641Z (about 1 year ago)
- Topics: cpp, opengl, sdl2
- Language: C++
- Homepage:
- Size: 660 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenGL Practice Repository
### What is done upto now
- **Display Class** : Done, `ui/display.h`
- **Mesh Class** : Done, `draw/mesh.h`
- **Shader Class** : Done, `draw/shader.h`
- **Camera Class** : Done, `ui/camera.h`
### To Do
- **Lighting** `[Ongoing]`
- **Model Loading**
### Resources
- **Vertex Shader** : `shaders/shader.vs`
- **Fragment Shader** : `shaders/shader.fs`
- **Texture** : `textures/container.jpg`