A Flash Player emulator written in Rust
Go to file
Mike Welsh a0c478379d Preload assets for web
Run through all definition tags to preload assets on web.
TODO: Keep track of which assets are done loading.
2019-05-05 17:35:00 -07:00
core Preload assets for web 2019-05-05 17:35:00 -07:00
desktop Event sounds and text on web 2019-05-05 15:55:27 -07:00
web web: First pass of event sounds 2019-05-05 16:43:19 -07:00
.gitignore Refactor 2019-04-27 18:15:43 -07:00
Cargo.toml Color transforms 2019-05-01 09:55:54 -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 Update README 2019-05-01 09:36:43 -07:00

README.md

Fluster 😳

Fluster 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.