Merge pull request #222 from kirinzer/patch-1

Update README.md
This commit is contained in:
Joey de Vries
2021-02-19 09:34:37 +01:00
committed by GitHub

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.