/amuse-editor

Game engine written in C++

Primary LanguageC++

Amuse Editor

Amuse is a multiplatform 2D/3D game engine written in C++. This is the editor for the engine.

Screenshots

Screenshot

Requirements

  • CMake
  • C++20 compiler
  • Python 3

Building

git clone --recursive https://github.com/darilrt/amuse-editor
cd amuse-editor
cmake -B build -S .
cmake --build build

Running

cd build
./AmuseEditor