mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
Update README.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user