Skip to content

lessthen3/Peach-E

Repository files navigation

Peach-E

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.

Building Peach-E From Source

If you want to build Peach-E for yourself:

  1. 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)

  2. Clone the repo

  3. Run: python init.py --debug or --release or --both in your terminal and your done!

Note: Fuck you

Conan Profile Settings

[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=20
compiler.runtime=dynamic
compiler.version=193
os=Windows

Resources:

Latest CMake Download

Latest Conan Download

Releases

No releases published

Packages

No packages published

Languages