Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djeedai/bevy_rome
🏛️ Bevy Rome - foundations for a Bevy Editor
https://github.com/djeedai/bevy_rome
bevy bevy-engine editor game-development game-engine gamedev
Last synced: about 2 months ago
JSON representation
🏛️ Bevy Rome - foundations for a Bevy Editor
- Host: GitHub
- URL: https://github.com/djeedai/bevy_rome
- Owner: djeedai
- Created: 2022-06-07T20:03:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T14:57:22.000Z (5 months ago)
- Last Synced: 2024-10-30T02:42:56.631Z (about 2 months ago)
- Topics: bevy, bevy-engine, editor, game-development, game-engine, gamedev
- Language: Rust
- Homepage:
- Size: 888 KB
- Stars: 20
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bevy Rome
A collection of prototype crates toward a Bevy Editor.
| Library | Crate | Status | Description |
|---|---|---|---|
| [🏛️ Bevy Rome](./bevy_rome/) | 📦 `bevy_rome` | 🚧 in progress | Message passing and `Reflect`-based diff |
| [🎨 Bevy Piet](./bevy_piet/) | 📦 `bevy_piet` | ❌ abandonned | Piet 2D graphics backend via Bevy |
| [🐕 Bevy Keith](./bevy_keith/) | 📦 [`bevy_keith`](https://crates.io/crates/bevy_keith) | 🚧 in progress | Keith 2D graphics library for Bevy |The vision for the Editor is described in [`docs/editor.md`](./docs/editor.md).
Each library's own `README.md` (links in table) contains details about the experiment status, and some notes.