Game UI using an Entity Component System
Redesigning a UI framework architecture
As with any component of a game engine, a UI system should follow the architecture of the engine its built for. In my previous post I discussed how I implemented an OOP-based UI framework for the BUas Educational Engine (BEE), and while the system was solid, XAML turned out to...
[Read More]