Update README.md

This commit is contained in:
Haitao Liu
2021-02-19 11:45:06 +08:00
committed by GitHub
parent c272fd263e
commit 2f21af137a

View File

@@ -34,6 +34,14 @@ cd build
cmake ../.
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
Polytonic created a project called [Glitter](https://github.com/Polytonic/Glitter) that is a dead-simple boilerplate for OpenGL.