subchannel13 / Stareater

4X turn based strategy
GNU General Public License v3.0
32 stars 7 forks source link

OpenGL based GUI engine #115

Closed subchannel13 closed 6 years ago

subchannel13 commented 6 years ago

Add GUI handling to graphics engine. GUI components should be declared abstractly (location and size in relation to each other) in game scenes and engine should work out the details like real component positions, interface layout and capturing events.

For start "End turn" WinForms button should be replaced with own GUI solution.