| Crates.io | omg_serde |
| lib.rs | omg_serde |
| version | 0.1.0 |
| created_at | 2022-06-15 19:02:14.947423+00 |
| updated_at | 2022-06-15 19:02:14.947423+00 |
| description | Adds serde support to omg_core. |
| homepage | https://github.com/Orchaldir/omg/ |
| repository | https://github.com/Orchaldir/omg/ |
| max_upload_size | |
| id | 606670 |
| size | 48,719 |
This project allows the user to create maps with a number of user-defined steps. Some example steps are :
The steps can be saved to & loaded from files with serde.
A very simple editor uses rocket to visualize the generated map.
With cargo:
> cd omg_editor
> cargo run
For Intellij set the working directory of the run configuration to omg_editor.
Afterwards you need to open the displayed link (e.g. http://127.0.0.1:8000) in a browser.