- It seems there is a problem with HiDPI displays, in that case, app Window appears smaller. Solution is just moving a bit the Window and it should get scaled automatically.
- Examples resources should be placed in the folder where XCode generates the product.
_Tutorial written by Aleix Rafegas and trasnlated to english by Ray_
_Tutorial written by Aleix Rafegas and trasnlated to english by Ray_
# Without XCode
1) Install GLFW3 library
- To install required packages easier, first install Homebrew, execute in Terminal app the following command:
- Once Homebrew app is installed, run the following command in Terminal:
```
brew install glfw3
```
2) Setup build script
You can create a build.sh file that you can run to compile your project. In the example below your project is named test.cpp (for c++) and compiles to test.