A Flash Player emulator written in Rust
Go to file
Mike Welsh 4e3eecb016 core: Improve SVG strokes
Use stroke properties to apply stroke styles from the SWF.
2019-05-12 13:35:03 -04:00
.circleci ci: Add Circle CI config 2019-05-08 13:33:05 -07:00
core core: Initial morph shape implementation 2019-05-12 12:55:48 -04:00
desktop desktop: Better event sounds 2019-05-09 17:43:53 -07:00
web core: Improve SVG strokes 2019-05-12 13:35:03 -04: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 Rename project 2019-05-08 09:46:19 -07:00

README.md

Ruffle

Ruffle is an Adobe Flash Player emulator written in Rust.

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.