docs: Added link to the Using Ruffle wiki page

* Added link to the Using Ruffle wiki page

Renamed the "Nightly Builds" section to "Using Ruffle", added info about the web demo, and added link to the "Using Ruffle" wiki page

* Updated the Nightly Builds link

The table on the Ruffle website is easier to understand than the GitHub Releases page, so I changed the Nightly Builds link to point there
This commit is contained in:
maichiu 2020-12-29 05:10:12 -06:00 committed by GitHub
parent 6aafb46b49
commit 61915a412d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -21,12 +21,16 @@ Ruffle is an Adobe Flash Player emulator written in the Rust programming languag
Ruffle is in the proof-of-concept stage and can currently run early Flash animations and games. Basic ActionScript 1.0/2.0 support is in place and improving; ActionScript 3.0 support is forthcoming. For more info, read the [project roadmap](https://github.com/ruffle-rs/ruffle/wiki/Roadmap).
## Nightly builds
## Using Ruffle
[Nightly builds](https://github.com/ruffle-rs/ruffle/releases) of Ruffle are available for desktop and web platforms including the browser extension.
The easiest way to try out Ruffle is to visit the [web demo page](https://ruffle.rs/demo/), then click the "Browse..." button to load an SWF file of your choice.
[Nightly builds](https://ruffle.rs/#releases) of Ruffle are available for desktop and web platforms including the browser extension.
Windows desktop builds require the x64 [2015-2019 Visual C++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).
For more detailed instructions, see our [wiki page](https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle).
## Building from source
[Follow the official guide](https://www.rust-lang.org/tools/install) to install Rust for your platform.