DigitalExtinction / Game

A 3D RTS game implemented in Rust.
https://de-game.org
GNU Affero General Public License v3.0
316 stars 25 forks source link

UI Widget Improvements #333

Open 0HyperCube opened 1 year ago

0HyperCube commented 1 year ago

The current buttons and input fields are missing several key features:

Is this planned to be added to the current system or will an existing UI library be used?

Indy2222 commented 1 year ago

Unfortunately, we have to either implement all of that ourselves or use an external library like egui. I wanted to use native Bevy UI but if that proofs to be too difficult I'll reverse that decision.

At this point, we can live with the limited UI since there are more important missing pieces (unless somebody decides to implement it sooner which I don't encourage but would happily support).

github-actions[bot] commented 1 month ago

There is no activity on the issue for some time.