chore(application): extract entity spawner + composer, apply app and UI updates

- add include/core/appearance_composer.hpp + src/core/appearance_composer.cpp
- update include/core/application.hpp + src/core/application.cpp
- update src/ui/game_screen.cpp
- adjust CMakeLists.txt and README.md for new composer module
This commit is contained in:
Paul 2026-04-01 13:31:48 +03:00
parent b10a2c28d6
commit afeaa13562
7 changed files with 544 additions and 375 deletions

View file

@ -347,3 +347,13 @@ This project does not include any Blizzard Entertainment proprietary data, asset
## Known Issues
MANY issues this is actively under development
## Star History
<a href="https://www.star-history.com/?repos=Kelsidavis%2FWoWee&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=Kelsidavis/WoWee&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=Kelsidavis/WoWee&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/image?repos=Kelsidavis/WoWee&type=date&legend=top-left" />
</picture>
</a>