tonarino / bomberman-of-the-hill

13 stars 5 forks source link

Game UI #6

Closed PabloMansanet closed 2 years ago

PabloMansanet commented 3 years ago

How much UI do we actually need?

Essentials:

Optional stuff:

Do we use the Bevy native UI?

bschwind commented 3 years ago

I have some experience with lower-level text rendering, and I'm currently using egui for an in-house app of ours. I haven't used bevy's built-in stuff but as long as it's relatively easy to draw things on top what's already rendered to the screen, it shouldn't be too difficult.

strohel commented 2 years ago

This is done now.