Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimchikkk/bevy_cosmic_edit
https://github.com/dimchikkk/bevy_cosmic_edit
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimchikkk/bevy_cosmic_edit
- Owner: Dimchikkk
- License: apache-2.0
- Created: 2023-07-09T19:08:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T14:22:48.000Z (2 months ago)
- Last Synced: 2024-10-10T20:11:53.243Z (about 1 month ago)
- Language: Rust
- Size: 874 KB
- Stars: 79
- Watchers: 5
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# bevy_cosmic_edit
This bevy plugin provides multiline text editing for bevy apps, thanks to [cosmic_text](https://github.com/pop-os/cosmic-text) crate!
Emoji, ligatures, and other fancy stuff is supported!
![bevy_cosmic_edit](./bevy_cosmic_edit.png)
## 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 font_per_widget
```Wasm:
```rust
cargo install wasm-server-runner
RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown --example basic_ui
```## Compatibility
| bevy | bevy_cosmic_edit |
| ------ | ---------------- |
| 0.14.0 | 0.21 - latest |
| 0.13.0 | 0.16 - 0.20 |
| 0.12.* | 0.15 |
| 0.11.* | 0.8 - 0.14 |## License
MIT or Apache-2.0