mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
Merge branch 'master' of https://github.com/JoeyDeVries/LearnOpenGL
This commit is contained in:
@@ -34,6 +34,14 @@ cd build
|
|||||||
cmake ../.
|
cmake ../.
|
||||||
make -j8
|
make -j8
|
||||||
```
|
```
|
||||||
|
## Create Xcode project on Mac platform
|
||||||
|
Thanks [@caochao](https://github.com/caochao):
|
||||||
|
After cloning the repo, go to the root path of the repo, and run the command below:
|
||||||
|
```
|
||||||
|
mkdir xcode
|
||||||
|
cd xcode
|
||||||
|
cmake -G Xcode ..
|
||||||
|
```
|
||||||
|
|
||||||
## Glitter
|
## Glitter
|
||||||
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user