GG

Tutorials

Using the Tutorials

The following tutorials are available in the tutorial directory. They are built by default when you build GG.

Tutorial 1: Minimal (minimal.cpp)

This is the minimal interesting GG application, and uses one of the default input drivers, SDL.

Tutorial 2: Controls (controls.cpp)

This builds upon Tutorial 1 by adding one of every type of Control, and connecting some signals and slots.

Tutorial 3: Serialization (serialization.cpp)

This builds upon Tutorial 2 by adding serialization code, and saving and loading all the controls at the start of the app's run.