This folder contains AppKit application examples.
- Application shows how to create an Application with NSApplication.
- ApplicationWithMessageLoop shows how to create your own message loop and dispatcher with NSEvent.
To build this project, open "Terminal", go to your project folder and type following lines:
mkdir build
cd build
cmake .. -G "Xcode"
open ./Applications.xcodeproj