Skip to content

Sim Design

Connor Jakubik edited this page Dec 11, 2025 · 14 revisions
The Fundamentals → Simulation Design

Up to date for Platform 0.41.1

Written by Connor Jakubik


Representing objects

Space Teams entities are used to represent objects in the simulation. A key design question to consider when creating a simulation is how to model a complex object with lots of data and sub-components. Opportunities for Here are some criteria that will help you decide:

  1. Does the object have a physical significance - does it have a body frame?
    1. If no, then a single Data-type Entity with No_Body Propagator is sufficient.

Clone this wiki locally