ruffle/README.md

23 lines
739 B
Markdown
Raw Normal View History

2019-05-08 16:46:19 +00:00
# [Ruffle](https://github.com/Herschel/ruffle)
2019-04-25 17:52:22 +00:00
2019-05-08 16:46:19 +00:00
Ruffle is an Adobe Flash Player emulator written in Rust.
2019-04-25 17:52:22 +00:00
2019-04-28 06:26:04 +00:00
## Structure
2019-04-25 17:52:22 +00:00
2019-04-28 06:26:04 +00:00
- `core` contains the core emulator and common code
- `desktop` contains the desktop client (uses `glium`)
- `web` contains the web client (uses `wasm-bindgen`)
2019-04-25 17:52:22 +00:00
2019-04-28 06:26:04 +00:00
## License
2019-04-25 17:52:22 +00:00
2019-04-28 06:26:04 +00:00
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
2019-04-25 17:52:22 +00:00
2019-04-28 06:26:04 +00:00
### Contribution
2019-04-25 17:52:22 +00:00
2019-04-28 06:26:04 +00:00
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be dual licensed as above, without any
2019-05-01 16:36:43 +00:00
additional terms or conditions.