Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🔺
- Host: GitHub
- URL: https://github.com/nixigaj/learn-opengl
- Owner: nixigaj
- License: mit
- Created: 2022-12-13T03:20:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T02:47:21.000Z (25 days ago)
- Last Synced: 2025-01-04T03:24:29.218Z (25 days ago)
- Topics: cpp, glfw, learning, opengl
- Language: C++
- Homepage: https://learnopengl.com/
- Size: 2.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```