bevycosmicedit

This bevy plugin provides multiline text editing for bevy apps, thanks to cosmic_text crate!

Emoji, ligatures, and other fancy stuff is supported!

bevy<em>cosmic</em>edit

Usage

⚠️ Warning: This plugin is currently in early development, and its API is subject to change.

Explore examples folder for basic usage.

Native:

rust cargo r --example restricted_input

Wasm:

rust cargo install wasm-server-runner RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown --example restricted_input

Compatibility

| bevy | bevycosmicedit | | ---- | ---------------- | | 0.11 | 0.8 - 0.10 |

License

MIT or Apache-2.0