HeliumProject / Engine

C++ Game Engine (Under Construction!)
http://heliumproject.org/
Other
442 stars 70 forks source link

Refactor all Init/Cleanup to use InitializerStacks #74

Open gorlak opened 7 years ago

gorlak commented 7 years ago

There is work yet to do in Asset, AssetType.

Cleanup the over-architected GameSystem initialization paths.

Render init routines also have some strange paths that could be simplified.

Ideally each game's main startup routine would be trivial.