Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nixigaj/learn-opengl

I follow the Learn OpenGL Tutorial. 🔺
https://github.com/nixigaj/learn-opengl

cpp glfw learning opengl

Last synced: 15 days ago
JSON representation

I follow the Learn OpenGL Tutorial. 🔺

Awesome Lists containing this project

README

        

# learn-opengl

My code when going through the [Learn OpenGL Tutorial](https://learnopengl.com/). I use CLion as my IDE along with its CMake integration.

Needed Debian/Ubuntu packages for development:
```
sudo apt install libglm-dev libstb-dev libglew-dev libopengl-dev
```

Needed macOS packages for development:
```
brew install glm stb glew
```