Update README.md

This commit is contained in:
Joey de Vries
2024-06-30 15:49:26 +02:00
committed by GitHub
parent 2eb1fcb022
commit 46f2ba94f3

View File

@@ -47,3 +47,6 @@ cmake -G Xcode ..
Polytonic created a project called [Glitter](https://github.com/Polytonic/Glitter) that is a dead-simple boilerplate for OpenGL. Polytonic created a project called [Glitter](https://github.com/Polytonic/Glitter) that is a dead-simple boilerplate for OpenGL.
Everything you need to run a single LearnOpenGL Project (including all libraries) and just that; nothing more. Everything you need to run a single LearnOpenGL Project (including all libraries) and just that; nothing more.
Perfect if you want to follow along with the chapters, without the hassle of having to manually compile and link all third party libraries! Perfect if you want to follow along with the chapters, without the hassle of having to manually compile and link all third party libraries!
## Ports
Check out [@srcres258](https://github.com/srcres258)'s port in Rust [here](https://github.com/srcres258/learnopengl-rust/).