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

ECS - Command Buffers #28

Closed foodelevator closed 2 years ago

foodelevator commented 2 years ago

Add a way to buffer some actions to be performed on the World at a later stage when possible.

This will make it possible to for example remove certain entities while looping over them.

Todo:

foodelevator commented 2 years ago

The current API when creating a Commands is not very nice, but there were some borrow checking problems that had to be solved.