Home

Awesome

orbtk-template

A template for starting an OrbTk project

Use cargo generate to Clone this Template

Learn more about cargo generate here.

cargo generate --git https://github.com/redox-os/orbtk-template.git --name my-project
cd my-project

Platforms

Run

You can start the editor by executing the following command:

cargo run --release

Run with cargo-node

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.

Start

cargo node run --browser
cargo node run --electron

License

Licensed under MIT license (LICENSE)