Skip to content

Simulator

Adrian Siekierka edited this page Aug 14, 2018 · 2 revisions

The Simulator is a tool built into Kallisti to create and simulate machines without the need to open an external game engine. Due to its lightweightness and simplicity, it's suitable for quick iteration and debugging.

Usage

To start the simulator, simply create the .JAR file (using gradle without arguments) and run it with a .JSON file - the simulator definition - as an argument.

Simulator Definitions

Simulator definition files are .JSON files which contain information about the elements comprising the machine. Example definition files, with comments, are available in docs/simulator_examples in the Kallisti repository.

Clone this wiki locally