bevy_simple_text_input

Crates.iobevy_simple_text_input
lib.rsbevy_simple_text_input
version0.8.0
sourcesrc
created_at2023-09-09 17:47:22.993974
updated_at2024-07-04 17:18:14.665084
descriptionBevy plugin for a simple single-line text input widget.
homepagehttps://github.com/rparrett/bevy_simple_text_input
repositoryhttps://github.com/rparrett/bevy_simple_text_input
max_upload_size
id968269
size368,224
Rob Parrett (rparrett)

documentation

https://docs.rs/bevy_simple_text_input

README

bevy_simple_text_input

crates.io docs Following released Bevy versions

An unambitious single-line text input widget for bevy_ui.

animated screenshot of text input widget gaining focus and text typed and submitted

Usage

[!IMPORTANT] Code and examples in the main branch are under development and may not be compatible with the released version on crates.io. The latest branch will contain the code from the most recent release.

See examples/basic.rs.

Compatibility

bevy_simple_text_input bevy
0.8 0.14
0.4-0.7 0.13
0.3 0.12
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. There should be zero additional dependencies on other Bevy ecosystem crates.

Please keep PRs small and scoped to a single feature or fix.

Alternatives

If you need more features, check out bevy_cosmic_edit or bevy_egui.

Commit count: 65

cargo fmt