Replies (1)

jb55's avatar
jb55 _@jb55.com 5 months ago
rust ecs just tends to be is just SoA + dependency injection. if you need spatial acceleration data structures you can't use it so now you have data in two places. i just prefer writing programs like normal and use SoA + simple component system