https://github.com/nixigaj/learn-opengl
I follow the Learn OpenGL Tutorial. 🔺
https://github.com/nixigaj/learn-opengl
cpp glfw learning opengl
Last synced: 4 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T13:11:47.000Z (4 months ago)
- Last Synced: 2025-02-24T14:26:15.952Z (4 months 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
```