amethyst / amethyst/editor-core
Use specs' saveload functionality for serialization
- Ngôn ngữ chính
- Rust
- Star
- 45
- Fork
- 8
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Supposedly [`saveload`](https://docs.rs/specs/0.12.1/specs/saveload/index.html) is the "right" way of handling serialization/deserialization of component data with specs. The documentation doesn't make it very clear how to use this functionality, but [there's an example](https://github.com/slide-rs/specs/blob/master/examples/saveload.rs) that should be enough to get us started.
This change will likely change the format of the serialized data, so we'll have to update the [Electron editor](https://github.com/randomPoison/amethyst-editor) to work with the new format.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.