A template for starting an OrbTk project
cargo generate
to Clone this TemplateLearn more about cargo generate
here.
cargo generate --git https://github.com/redox-os/orbtk-template.git --name my-project
cd my-project
You can start the editor by executing the following command:
cargo run --release
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 MIT license (LICENSE)