-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
lang: c++Done in C++ codeDone in C++ codeto-discussIdea or suggestion that needs some discussion before implementationIdea or suggestion that needs some discussion before implementation
Description
GameMain could be broken into several components, I think splitting into model (terrain, units), view (main opengl rendering) and controller (hud/hotkeys) might work.
This would allow all the rendering code to be split into its own system, allowing easy future extensions (3d terrain or something)
The UnitTypes currently contain graphics, it maybe be better to remove these and have the renderer map UnitTypes to graphics which would allow easier graphic modding
Metadata
Metadata
Assignees
Labels
lang: c++Done in C++ codeDone in C++ codeto-discussIdea or suggestion that needs some discussion before implementationIdea or suggestion that needs some discussion before implementation