This commit is contained in:
Joey de Vries
2021-03-21 13:33:26 +01:00

View File

@@ -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.