diff --git a/README.md b/README.md index 46b6378c6..57d5fb450 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,10 @@ Ruffle is in the proof-of-concept stage and can currently run early Flash animat ### Desktop -* `cargo run --package=ruffle_desktop -- test.swf` +- `cargo run --package=ruffle_desktop -- test.swf` ### Web or Extension + Follow [the instructions in the web directory](web/README.md#building-from-source) for building either the web or browser extension version of Ruffle. @@ -42,15 +43,15 @@ If you have a collection of "real world" SWFs to test against, the scanner may b 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` +- `cargo run --package=ruffle_scanner -- folder/with/swfs/ results.csv` ### Exporter 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` +- `cargo run --package=exporter -- path/to/file.swf` +- `cargo run --package=exporter -- path/to/file.swf path/to/screenshots --frames 5` ## Structure @@ -68,25 +69,29 @@ Sincere thanks to the diamond level sponsors of Ruffle:

- Newgrounds.com + Newgrounds.com - CPMStar + CPMStar - Sébastien Bénard + Sébastien Bénard - Crazy Games + Crazy Games + + + Cool Math Games

## License 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. + +- 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. ### Contribution diff --git a/assets/cpmstar_logo.png b/assets/cpmstar_logo.png deleted file mode 100644 index de23b2b7f..000000000 Binary files a/assets/cpmstar_logo.png and /dev/null differ diff --git a/assets/crazygames_logo.png b/assets/crazygames_logo.png deleted file mode 100644 index 278427ca6..000000000 Binary files a/assets/crazygames_logo.png and /dev/null differ diff --git a/assets/deepnight_logo.png b/assets/deepnight_logo.png deleted file mode 100644 index b5b6d60f6..000000000 Binary files a/assets/deepnight_logo.png and /dev/null differ diff --git a/assets/ng_logo.png b/assets/ng_logo.png deleted file mode 100644 index a103de8e9..000000000 Binary files a/assets/ng_logo.png and /dev/null differ