Building Ruffle - ruffle-rs/ruffle GitHub Wiki

Ruffle is built using the Rust programming language. The first step to building Ruffle:

  • Install Rust for your platform.

Building for desktop

See the Ruffle Readme.

Building for web

See the ruffle-web Readme.

Building the website

See the Ruffle website Readme.

Tests

To run unit and regression tests:

cargo test --all