A Flash Player emulator written in Rust
Go to file
Nathan Adams 06d9f39c0e More verbose avm1 value conversion errors 2019-08-26 14:45:35 -05:00
.circleci ci: Run core tests 2019-08-22 09:54:40 -07:00
core More verbose avm1 value conversion errors 2019-08-26 14:45:35 -05:00
desktop desktop: Respect bitmap smooth/repeat settings 2019-08-24 10:59:34 -05:00
web web: image-rendering: pixelated for nonsmoothed bitmaps 2019-08-24 10:59:56 -05:00
.gitignore web: Re-organize npm/webpack files 2019-05-08 11:32:44 -07:00
Cargo.toml core: Remove patch from Cargo.toml 2019-05-08 11:59:46 -07:00
LICENSE_APACHE Initial commit 2019-04-25 10:52:22 -07:00
LICENSE_MIT Initial commit 2019-04-25 10:52:22 -07:00
README.md docs: Fix link in CI badge 2019-08-20 12:48:28 -07:00

README.md

Ruffle

Travis Build Status Ruffle Discord
website | demo

Ruffle

Ruffle is an Adobe Flash Player emulator written in the Rust programming language. Ruffle targets both the desktop and the web using WebAssembly.

Project status

Ruffle is in the proof-of-concept stage and can currently run early Flash animations. ActionScript support is still forthcoming; for more info, read the project roadmap.

Building

Follow the official guide to install Rust for your platform.

Desktop

  • cargo run --package=ruffle_desktop -- test.swf

Web

Running the web demo

Building the NPM package

  • cd web
  • wasm-pack build

Structure

  • core contains the core emulator and common code
  • desktop contains the desktop client (uses glium)
  • web contains the web client (uses wasm-bindgen)

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.