Skip to content
Hapaxia edited this page Feb 7, 2024 · 45 revisions

Selba Ward

Introduction

Selba Ward is a collection of drawable C++ objects for use with SFML.
Complete examples on using the specific objects are also available.

Before using these classes, make sure you first read: Setup

For guided usage help, follow the Tutorials.

Drawables

Demo Animation

Alt text for your video

Still To Come

  • Pixel Display specific 'retro' graphics interface emulators
  • upgrades

Suggestions welcome!

Note

Selba Ward is published under the zlib licence.
These objects require C++ and SFML version 2.
Some objects may require C++11 or later.
All examples are likely to require C++11; this does not indicate that the object itself also requires it.

To use Selba Ward with the currently-in-development SFML 3 (SFML's master branch), you can use the SFML3 branch of Selba Ward.

Clone this wiki locally