Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Engine = Editor Communication

Allan Deutsch edited this page Apr 16, 2018 · 1 revision

Engine

The engine data is exposed via an HTTP REST API. This API can be used to both read and write data via HTTP methods such as GET and PUT.

Editor

The editor connects to the Engine via HTTP. It can then use any functionality exposed via the REST API to display and modify data in the current Simulation.

Core Engine Types

User Created Types

REST API Reference

Clone this wiki locally