Tutorials
The tutorials are a good way to start with one of the more complex features of Thor. To lookup a specific function or class, the documentation is your friend. To see some features in use, take a look at the examples in the downloaded SDK.
Thor 2.0
- Installation - Build the library with CMake and link it correctly.
- Particles - Particle systems, emitters and affectors.
- Animations - How to animate sprites and other objects.
- Resources - Holders to load and access resources like images, fonts or sounds.
- Actions - Easily build flexible input and event handling facilities
Thor 1.1
- Installation - Build the library with CMake and link it correctly.
- Smart pointers - Learn about the SmartPtr module
- Actions - Easily build flexible input and event handling facilities
- Resources - Automatic loading and safe access to resources like images, fonts or sounds.
- Particles - How to set up a particle system with the corresponding emitters and affectors.