A modern Rust + wgpu renderer for Resonite.
Experimental: Performance, stability, and platform support are still evolving.
Visual bugs and missing features are expected.
-
Ensure you have a Steam installation of Resonite.
-
Clone this repository and switch to the
Renderide/directory:git clone https://github.com/DoubleStyx/Renderide.git cd Renderide -
Install Rust with Rustup (if missing) and build the renderer:
cargo build --release
-
Run the bootstrapper:
./target/release/bootstrapper
The bootstrapper will launch the Resonite host and connect Renderide automatically.
-
Build the workspace in debug mode:
cargo build
-
Run the bootstrapper in debug mode:
RUST_BACKTRACE=1 ./target/debug/bootstrapper
-
Enable validation layers in the config hud to get more detailed error messages for GPU crashes. Requires a restart.
-
Inspect logs in the
logs/folder for panics, crashes, backtraces, and validation errors.