16 releases (10 breaking)
0.13.0 | Sep 18, 2023 |
---|---|
0.11.0 | Sep 12, 2023 |
0.9.1 | Jul 19, 2023 |
#265 in Game dev
301 downloads per month
175KB
1.5K
SLoC
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
⚠️ Warning: This plugin is currently in early development, and its API is subject to change.
Explore examples folder for basic usage.
Native:
cargo r --example restricted_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
Dependencies
~41–85MB
~1.5M SLoC