I’m approaching Alpha state for my own game and looking back at the code base I can see a few nice things but also a lot of really embarrassing one
In particular my GUI code looks pretty hard-coded in comparison with the rest of the game.
I’ll admit that I haven’t looked at it at all, but what are the strategies you are using to build reusable components for GUIs?
1 Like
I can recommend you to look on Druid - Component GUI Library
Druid allow you to create reusable custom GUI components
3 Likes