mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
Added Glitter reference
Added small description of Glitter in the Readme
This commit is contained in:
@@ -22,3 +22,8 @@ cd build
|
|||||||
cmake ../.
|
cmake ../.
|
||||||
make -j8
|
make -j8
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Glitter
|
||||||
|
@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.
|
||||||
|
Perfect if you want to follow along with the tutorials, without the hassle of having to compile and link all third party libraries!
|
||||||
|
|||||||
Reference in New Issue
Block a user