Wase Engine is an open source 2d game library made with C++ and the SDL libraries. Wase Engine can be used to create all kinds of 2d games. The main goal for Wase Engine is to give you the tools you need for creating games while keeping as much control as possible.
You can choose to build Wase Engine yourself from the source code or you can download the pre-build libraries on our website.
To build Wase Engine you will need to install the following tools:
- C++17 or higher
- CMake
- SDL2
- SDL2 Image
- SDL2 Mixer
- SDL2 TTF
You can use the CMake GUI or you can run the following commands in the commandline:
mkdir build
cd build
cmake ..
cmake build .
Now you will be able to build the Wase Engine. When you build the Wase Engine there will be an include and lib folder in the build directory. You can use these for your game projects.
You can head over to the documentation for more information about Wase Engine. In the documentation there is a detailed description about how Wase Engine works.
If you want to contribute to Wase Engine you can head over to the contributing page for more information.