inda21plusplus / Project-Delta

This is the repository for the group project assignment in the course "Project in Introduction to Computer Science" (DD1396), by the Inda21plusplus group.
MIT License
8 stars 0 forks source link

IDE Entity Manager #10

Open ollisco opened 2 years ago

ollisco commented 2 years ago

Add an Entity Manager for the IDE

Functionality

  1. List all entities
  2. Add and delete entities
  3. List all components
  4. View and modify components (with some sort of introspection)
  5. Add and delete components
foodelevator commented 2 years ago

Blocked until part 2 of #5 is done