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

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

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`