DynamicGoose / magma-ecs

Entity-component-system for the Magma3D engine
https://dynamicgoose.github.io/magma3d-engine/
MIT License
1 stars 0 forks source link

Entity Management #3

Closed DynamicGoose closed 9 months ago

DynamicGoose commented 9 months ago

The entity part of the ECS should provide the following functionality:

DynamicGoose commented 9 months ago

Adding and getting the id of entities is now supported. As well as adding components to it. (e4916f9)

DynamicGoose commented 9 months ago

Not features supported at the moment, bc of rewrite (5b9ed15)

DynamicGoose commented 9 months ago

Adding entities and giving them components are now supported. (301fc1d)

DynamicGoose commented 9 months ago

Adding/Deleting components from an entity are now supported. (bb20d63)

DynamicGoose commented 9 months ago

Features complete (3292450)