K4ugummi / carambolage

A game written in Rust.
GNU General Public License v3.0
37 stars 5 forks source link

ECS for components #44

Closed K4ugummi closed 5 years ago

K4ugummi commented 5 years ago

Is your feature request related to a problem? Please describe. Implement an entity component system. Better sooner than later! It will be hard to do it after 10_000+ lines...

Describe the solution you'd like And ECS to handle components on game objects.

Describe alternatives you've considered Use an ECS system from somebody else, but this is lame and I want to learn how this works in rust.

Additional context Implement it or refactoring will be painful.

K4ugummi commented 5 years ago

This takes too long. We have no physics, sounds whatsoever... I will use specs