Hey! This is a game engine that you are free to do whatever with!
Peach-E is an open-source game engine licensed under the permissive MIT License.
Currently you can target Windows, Linux, and MacOS.
If you want to build Peach-E for yourself:
-
This project is built using C++20, and you will need CMake 3.20+ and conan2 (scroll down to the resources section for links if you are unfamiliar)
-
Clone the repo
-
Run: python init.py --debug or --release or --both in your terminal and your done!
Note: Fuck you
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=20
compiler.runtime=dynamic
compiler.version=193
os=Windows