-
Notifications
You must be signed in to change notification settings - Fork 28
Tutorials Introduction
Selba Ward's tutorials are provided to help guide you through using the included drawables by way of example through a series of small steps that can show you ways they can be used.
Before following the tutorials, you must have SFML and Selba Ward both prepared and ready to use. The tutorials take you through how to use the drawables, not how to prepare the library. Please read the information below.
Selba Ward is a collection of SFML drawables.
There are two approaches to using the Selba Ward collection of drawables:
- build the collection as one and link it when you use it (in a similar way to using SFML and other libraries) or
- copy the files for the required drawable to your project and build it as one.
Note that each drawable is independant from the others (although some do have extra dependencies) but every drawable also requires Common.hpp.
For some other information, please read the Setup page.
Selba Ward is reliant on a multi-media library called SFML and requires version 3. The latest stable version of SFML 3 is recommended.
SFML's website has tutorials on how to prepare SFML for your set-up.