Getting Started
A step-by-step tutorial to getting started with your first CamelBones app.
Contents:
- Hello,
world!
The first step - create, build, and run a new project. - Responding
to Events
Responding to mouse clicks and other GUI events. -
Outlets
Connecting GUI elements to variables in your code, and using these variables (called "outlets") to update the controls' contents. - The
Responder Chain
Digging deeper into GUI events and how they're handled. - Menu Events
Responding to menu events.
