A template for starting an OrbTk project
Learn more about cargo generate
here.
cargo generate --git https://github.com/redox-os/orbtk-template.git --name my-project
cd my-project
- Redox OS (native)
- Linux (native | cargo-node wip)
- macOS (native | cargo-node wip)
- Windows (native | cargo-node wip)
- openBSD (not tested, but should work)
- Web
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.
- Run as browser app:
cargo node run --browser
- Run as electron app:
cargo node run --electron
Licensed under MIT license (LICENSE)