CreateMinneapolis / CreateSandbox

MIT License
0 stars 4 forks source link

Object oriented interface system design #4

Open dtorban opened 2 years ago

dtorban commented 2 years ago

We need to define the basic interface for the system. This includes abstract classes like Device, Entity, Drone, etc... Perhaps we should use the entity component idea similar to Unity. It seems to work well.

We should start designing several designs over UML to discuss.