-
StaffEngineer authored
* Add text position Left * Support infinite-line mode * update readme * update default mode name
Unverified81ad02d5
readme.md 750 B
bevy_cosmic_edit
This bevy plugin provides multiline text editing for bevy apps, thanks to cosmic_text crate!
Emoji, ligatures, and other fancy stuff is supported!
Usage
Explore examples folder for basic usage.
Native:
cargo r --example text_input
Wasm:
cargo install wasm-server-runner
RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown --example restricted_input
Compatibility
bevy | bevy_cosmic_edit |
---|---|
0.11 | 0.8 - latest |
License
MIT or Apache-2.0