How to install ArthurBrussee/brush. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
ArthurBrussee/brush Installation Guide
How to install ArthurBrussee/brush. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for ArthurBrussee/brush. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i ArthurBrussee/brushor
Install via npx
npx @hexmos/ipm i ArthurBrussee/brushPrerequisites
Rust
programming languageVersion: 1.88+
Android SDK & NDK
sdkNode.js
runtimenpm
package managerRerun CLI
cliManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Build for Windows
git clone https://github.com/ArthurBrussee/brush
cd brush
cargo run --releaseBuild for macOS
git clone https://github.com/ArthurBrussee/brush
cd brush
cargo run --releaseBuild for Linux
git clone https://github.com/ArthurBrussee/brush
cd brush
cargo run --releaseBuild for Web
git clone https://github.com/ArthurBrussee/brush
cd brush
npm run devBuild for Android
rustup target add aarch64-linux-android
cargo install cargo-ndk
cargo ndk -t arm64-v8a -o crates/brush-app/app/src/main/jniLibs/ build
cargo ndk -t arm64-v8a -o crates/brush-app/app/src/main/jniLibs/ build --release
./gradlew build
./gradlew installDebug
adb shell am start -n com.splats.app/.MainActivityPost Installation Steps
- Run `brush --help` for CLI overview.
- Open ./brush_blueprint.rbl in Rerun for best results during training.
