bevy_simple_text_input
An unambitious single-line text input widget for bevy_ui
.
Usage
See examples/basic.rs
.
Alternatives
If you need more features, check out bevy_cosmic_edit
.
Compatibility
bevy_simple_text_input |
bevy |
---|---|
0.1 -0.2 |
0.11 |
Contributing
Please feel free to open a PR, but keep in mind this project's goals. This is meant to be a simple single-line text widget.
The code should be simple enough for users to quickly understand and modify for their own purposes.