gavrilovmiroslav / svarog

A C#-only old-school modular game engine
0 stars 0 forks source link

Prefabrication and rendering from ECS #12

Open gavrilovmiroslav opened 4 days ago

gavrilovmiroslav commented 4 days ago

Up until now, we've done rendering directly. Generators should instead create entities that are then rendered via more complex systems, supporting game-wide state machines.