#cosmic

bevy_cosmic_edit

Bevy cosmic-text multiline text input

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

Download history 53/week @ 2023-06-05 17/week @ 2023-06-12 23/week @ 2023-06-19 1/week @ 2023-06-26 23/week @ 2023-07-03 122/week @ 2023-07-10 147/week @ 2023-07-17 80/week @ 2023-07-24 6/week @ 2023-07-31 29/week @ 2023-08-07 49/week @ 2023-08-14 45/week @ 2023-08-21 102/week @ 2023-08-28 36/week @ 2023-09-04 79/week @ 2023-09-11 53/week @ 2023-09-18

301 downloads per month

MIT/Apache

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!

bevy_cosmic_edit

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