|
|
2 months ago | |
|---|---|---|
| .vscode | 2 months ago | |
| res | 2 months ago | |
| src | 2 months ago | |
| .gitignore | 3 months ago | |
| Cargo.lock | 2 months ago | |
| Cargo.toml | 2 months ago | |
| LICENSE | 2 months ago | |
| Node.toml | 3 months ago | |
| README.md | 2 months ago | |
Space Editor is a 2D tile map editor with support for OrbGame engine https://gitlab.redox-os.org/redox-os/orbgame.
It's based on OrbTk https://gitlab.redox-os.org/redox-os/orbtk.
Space Editor is under heavy development and not ready for daily use.
You can start the editor by executing the following command:
cargo run --release
Arguments
Build the application:
cargo build --release
Run the binary:
space_editor --image "res/tile_set.png" --map "res/map.ron"
To run the editor on as browser or electron app you have to install
cargo install -f cargo-node
Before you could use cargo node you have to install npm version 6.9.0. It is included in the Node.js version 10.16.3. You could download it from https://nodejs.org/dist/v10.16.3/.
Rust's cargo is presumed. All other dependencies of cargo node will be installed automatic.
cargo node run --browser
cargo node run --electron
Licensed under GPL v3 license (LICENSE)