DynamicGoose / magma-ecs

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

Components #4

Closed DynamicGoose closed 9 months ago

DynamicGoose commented 9 months ago

Needs to provide the following features:

DynamicGoose commented 9 months ago

Structs can now be used as components (e4916f9)

DynamicGoose commented 9 months ago

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

DynamicGoose commented 9 months ago

Adding components to entites is now supported. Any type that implements std::any::Any can be used as a component. (301fc1d)

DynamicGoose commented 9 months ago

All features supported since b330958