Ruffle: Difference between revisions

From Emulation General Wiki
Jump to navigation Jump to search
No edit summary
Tags: Mobile edit Mobile web edit
Ilyagredasov (talk | contribs)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(32 intermediate revisions by 23 users not shown)
Line 1: Line 1:
{{Infobox emulator
{{Infobox emulator
|logo = Ruffle_vector_logo.svg.png
|logo = Ruffle_vector_logo.svg.png
|version = {{Version|Ruffle}}<br><small>(Windows, Linux, macOS)</small><br>{{Version|RuffleAndroid}}<br><small>(Android)</small>
|active = Yes
|active = Yes
|platform = [[Emulators on Windows|Windows]]<br/>[[Emulators on Linux|Linux]]<br/>[[Emulators on macOS|macOS]]<br/>[[Emulators on browsers|HTML5]]
|platform = [[Emulators on Windows|Windows]]<br/>[[Emulators on Linux|Linux]]<br/>[[Emulators on macOS|macOS]]<br/>[[Emulators on browsers|HTML5]]<br/>[[Emulators on Android|Android]]
|target = [[Flash|Adobe Flash]]
|target = [[Flash|Adobe Flash]]
|developer = [https://github.com/Herschel Mike Welsh]<br>[https://github.com/kmeisthax kmeisthax]<br>[https://github.com/Dinnerbone Nathan Adams]<br>Callum Thomson<br>[https://github.com/relrelb relrelb]<br><small>[https://github.com/ruffle-rs/ruffle/graphs/contributors Repository Contributors]</small>
|developer = [https://github.com/Herschel Mike Welsh]<br>[https://github.com/kmeisthax kmeisthax]<br>[https://github.com/Dinnerbone Nathan Adams]<br>Callum Thomson<br>[https://github.com/relrelb relrelb]<br><small>[https://github.com/ruffle-rs/ruffle/graphs/contributors Repository Contributors]</small>
|prog-lang = Rust
|prog-lang = {{Proglang|Rust}}
|website = [https://ruffle.rs/ ruffle.rs/]
|website = [https://ruffle.rs ruffle.rs]
|source = [https://github.com/ruffle-rs/ruffle GitHub]
|source = [https://github.com/ruffle-rs/ruffle GitHub]
|support = [https://opencollective.com/ruffle Open Collective]
|support = [https://opencollective.com/ruffle Open Collective]
|license = MIT and Apache 2.0 <small>(dual-licensed)</small>
|issuetracker = [https://github.com/ruffle-rs/ruffle/issues GitHub]
|license = {{license|MIT}} and {{license|Apache2}} <small>(dual-licensed)</small>
}}
}}
 
'''Ruffle''' (derived from "RuFl", which is short for "'''Ru'''st '''Fl'''ash") is an experimental, free and open-source [[Flash|Adobe Flash]] emulator written in Rust, available under either the Apache 2.0 or MIT licenses. It's available as a desktop player, as a HTML5 web embed using JavaScript/TypeScript and WebAssembly, and as a browser extension which can run the web embed on any site in place of older SWF elements. Even though Ruffle is still a work-in-progress, the HTML5 version in particular has already seen widespread adoption across various sites that depend heavily on Flash content, including such famous examples as Newgrounds and Homestar Runner.
'''Ruffle''' is an experimental, free and open-source [[Flash|Adobe Flash]] emulator written in Rust, available under either the Apache 2.0 or MIT licenses. It's available either as a desktop player or as a HTML5 web embed using JavaScript/TypeScript and WebAssembly, and even though Ruffle is still a work-in-progress the HTML5 version in particular has already seen widespread adoption across various sites that depend heavily on Flash content, including such famous examples as Newgrounds and Homestar Runner.


==Download==
==Download==
Line 18: Line 19:
|-
|-
|align=center|{{Icon|Win|Lin|Mac|Web}}
|align=center|{{Icon|Win|Lin|Mac|Web}}
|'''[https://ruffle.rs/#downloads Latest automatic builds]'''
|'''[https://ruffle.rs/downloads Latest automatic builds]'''
|-
|align=center|{{Icon|Android}}
|'''[https://github.com/ruffle-rs/ruffle-android Releases]'''
|-
|align=center|{{Icon|Web}}
|'''[https://ruffle.rs/demo/ Web demo]'''
|}
|}


==Overview==
==Overview==
As of March 2023, Ruffle primarily supports older Flash content while also supporting some AS3 contents, which use ActionScript 1.0 and 2.0 with 90% of the language and 73% of the API implemented. ActionScript 3.0 support is at 60% of the language and 50% of the API. Bleeping Computer reported that all the SWF games they tried in February 2021 "worked flawlessly."
As of {{CURRENTMONTHNAME}} {{CURRENTYEAR}}, Ruffle primarily supports older Flash content while also supporting some AS3 contents, which use ActionScript 1.0 and 2.0 with 99% of the language and 79% of the API implemented. ActionScript 3.0 support is at 90% of the language and 76% of the API. According to Bleeping Computer, it was reported that all the SWF games they tried in February 2021 "worked flawlessly." [https://www.bleepingcomputer.com/news/software/this-flash-player-emulator-lets-you-securely-play-your-old-games/]
 
==Prominent users==
===Newgrounds===
Newgrounds gives the option to use Ruffle for all of its Flash content, but the site staff avoids enabling Ruffle by default on posts that haven't been confirmed as compatible yet. To manually load a Flash post in Ruffle regardless of whether or not it's the default, you can add <code>?emulate=flash</code> to the end of the URL, [https://www.newgrounds.com/portal/view/59593?emulate=flash like so].
 
===Homestar Runner===
[https://homestarrunner.com Homestar Runner] is a prime example of how most legacy Flash sites &mdash; if they adopt Ruffle at all &mdash; will use a more set-and-forget approach to installing the emulator, which unfortunately means that updates to the hosted code will be rather infrequent unless they use the official CDN.
 
[[Category:Emulators]]
[[Category:Web emulation software]]
[[Category:Windows emulation software]]
[[Category:Linux emulation software]]
[[Category:MacOS emulation software]]
[[Category:Android emulation software]]
[[Category:Recommendations]]
[[Category:Active emulation software]]

Latest revision as of 13:40, 19 July 2026

Ruffle
Developer(s) Mike Welsh
kmeisthax
Nathan Adams
Callum Thomson
relrelb
Repository Contributors
Latest version 0.6.0 [+]
(Windows, Linux, macOS)
0.260720 [+]
(Android)
Active Yes
Platform(s) Windows
Linux
macOS
HTML5
Android
Emulates Adobe Flash
Website ruffle.rs
Support ($) Open Collective
Programmed in Rust
License MIT and Apache 2.0 (dual-licensed)
Source code GitHub
Issue tracker GitHub

Ruffle (derived from "RuFl", which is short for "Rust Flash") is an experimental, free and open-source Adobe Flash emulator written in Rust, available under either the Apache 2.0 or MIT licenses. It's available as a desktop player, as a HTML5 web embed using JavaScript/TypeScript and WebAssembly, and as a browser extension which can run the web embed on any site in place of older SWF elements. Even though Ruffle is still a work-in-progress, the HTML5 version in particular has already seen widespread adoption across various sites that depend heavily on Flash content, including such famous examples as Newgrounds and Homestar Runner.

Download

[edit | edit source]
Windows Linux macOS Web Latest automatic builds
Android Releases
Web Web demo

Overview

[edit | edit source]

As of September 2026, Ruffle primarily supports older Flash content while also supporting some AS3 contents, which use ActionScript 1.0 and 2.0 with 99% of the language and 79% of the API implemented. ActionScript 3.0 support is at 90% of the language and 76% of the API. According to Bleeping Computer, it was reported that all the SWF games they tried in February 2021 "worked flawlessly." [1]

Prominent users

[edit | edit source]

Newgrounds

[edit | edit source]

Newgrounds gives the option to use Ruffle for all of its Flash content, but the site staff avoids enabling Ruffle by default on posts that haven't been confirmed as compatible yet. To manually load a Flash post in Ruffle regardless of whether or not it's the default, you can add ?emulate=flash to the end of the URL, like so.

Homestar Runner

[edit | edit source]

Homestar Runner is a prime example of how most legacy Flash sites — if they adopt Ruffle at all — will use a more set-and-forget approach to installing the emulator, which unfortunately means that updates to the hosted code will be rather infrequent unless they use the official CDN.