
Ruffle Adobe Flash Player emulator for Desktop – Windows, Linux and macOS
Version | nightly-2232.9p |
Developer | ruffle-rs |
Category | Tools, Emulator |
OS | Windows, Linux, macOS |
Uploaded by | StrainDorf |
Description
Ruffle is an Adobe Flash Player emulator written in the Rust programming language. Ruffle targets both the desktop and the web using WebAssembly. Leveraging the safety of the modern browser sandbox and the memory safety guarantees of Rust, we can confidently avoid all the security pitfalls that Flash had a reputation for. Ruffle puts Flash back on the web, where it belongs – including iOS and Android.
Designed to be easy to use and install, users or website owners may install the web version of Ruffle and existing flash content will “just work”, with no extra configuration required. Ruffle will detect all existing Flash content on a website and automatically “polyfill” it into a Ruffle player, allowing seamless and transparent upgrading of websites that still rely on Flash content.
Features
Nightly builds of Ruffle are available for desktop and web platforms including the browser extension.
If you have a collection of “real world” SWFs to test against, the scanner may be used to benchmark ruffle’s parsing capabilities. Provided with a folder and an output filename, it will attempt to read all of the flash files and report on the success of such a task.
cargo run --package=ruffle_scanner -- folder/with/swfs/ results.csv
If you have a swf and would like to capture an image of it, you may use the exporter tool. This currently requires hardware acceleration, but can be run headless (with no window).
cargo run --package=exporter -- path/to/file.swf
cargo run --package=exporter -- path/to/file.swf path/to/screenshots --frames 5
core
contains the core emulator and common codedesktop
contains the desktop client (useswgpu-rs
)web
contains the web client and browser extension (useswasm-bindgen
)scanner
contains a utility to bulk parse swf filesexporter
contains a utility to generate PNG screenshots of a swf file
Licensed under either of
- Apache License, Version 2.0
- MIT license
System requirements
OS version | Windows, Linux, macOS |
Framework (for Windows) | x64 2015-2019 Visual C++ |
RAM | N.D. |
Disk space | 50 MB |