/blank-project

A blank project for Wase Engine

Primary LanguageC++MIT LicenseMIT

Wase Engine logo banner

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

This is a blank project to see a simple implementation with Wase Engine.

Setting up this blank project

CMake

Change the Wase Engine paths in CMakeLists.txt

mkdir build
cd build
cmake ..
cmake --build .

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.