/wase-engine

A 2D game engine written in C++

Primary LanguageC++MIT LicenseMIT

Wase Engine logo banner

Website badge Discord badge Mit License badge Issues badge Lines badge Stars badge

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.

Setting up Wase Engine

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

CMake

mkdir build
cd build
cmake ..
cmake build .

MinGW

mkdir build
cd build
cmake -G "MinGW Makefiles" ..
make

List of projects with Wase Engine

Compatible platforms

  • Windows
  • Linux
  • MacOS

Documentation

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.

Contributing

If you want to contribute to Wase Engine you can head over to the contributing page for more information.