Skip to content

DoubleStyx/Renderide

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 debug mode:

    cargo build
  2. Run the bootstrapper in debug mode:

    RUST_BACKTRACE=1 ./target/debug/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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors