amethyst / amethyst/editor-core
Split out specs support
- Lingua principale
- Rust
- Stelle
- 45
- Fork
- 8
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The core functionality of this crate, synchronizing component and resource data with an editor, isn't actually specific to Amethyst. Most of the functionality is still useful to projects that use specs directly, with only `SyncEditorBundle` using an Amethyst-specific API in order to make setup more user-friendly. It would be possible to expose an core API that only relied on specs so that a broader portion of the community could take advantage of this functionality.
That said, there is Amethyst-specific functionality that we would like to add in the future (e.g. default registration of Amethyst components and resources, [showing the state machine stack](https://github.com/randomPoison/amethyst-editor/issues/19), [showing state event history](https://github.com/randomPoison/amethyst-editor/issues/22), etc.). As such, it would likely make sense to split this project into two crates: One that provides specs-compatible functionality, and then continue to build the amethyst-editor-sync crate on top of the specs-only crate.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.