Skip to content
 
 

Repository files navigation

A modern Rust + wgpu renderer for Resonite.

Status

Experimental: Performance, stability, and platform support are still evolving.
Visual bugs and missing features are expected.

Building and Running

  1. Ensure you have a Steam installation of Resonite.

  2. Clone this repository and switch to the Renderide/ directory:

    git clone https://github.com/DoubleStyx/Renderide.git
    cd Renderide
  3. Install Rust with Rustup (if missing) and build the renderer:

    cargo build --release
  4. Run the bootstrapper:

    ./target/release/bootstrapper

The bootstrapper will launch the Resonite host and connect Renderide automatically.

Debugging

  1. Build the workspace in dev mode:

    cargo build --profile dev-fast
  2. Run the bootstrapper in dev mode:

    RUST_BACKTRACE=1 ./target/dev-fast/bootstrapper
  3. Enable validation layers in the config hud to get more detailed error messages for GPU crashes. Requires a restart.

  4. Inspect logs in the logs/ folder for panics, crashes, backtraces, and validation errors.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages