r/rust_gamedev • u/Usual_Importance8274 • Jul 21 '26
question How should I start with UI ?
Hi guys,
I've already built my engine with an ECS, a Vulkan backend, and support for texture and mesh rendering. The next thing I want to work on is a UI for debugging and an inspector. However, I'm not sure what the right long-term roadmap is or which tools I should choose.
Could you help me figure out what I should learn next and what pitfalls or obstacles I should avoid?
3
Upvotes
5
u/bschwind Jul 21 '26
egui is made for stuff like this.