- Ruffle - Flash Emulator
Ruffle is a Flash Player emulator written in Rust Ruffle targets both desktop and the web using WebAssembly
- Ruffle Player
It looks like hardware acceleration is disabled While Ruffle may work, it could be very slow You can find out how to enable hardware acceleration by following the link below: FAQ - Chrome Hardware Acceleration
- ruffle-core
Simply add ruffle to an npm package, and use something like Webpack to actually bundle and serve the files If you wish to use Ruffle on a website that doesn't use npm, we have a pre-bundled version which we call 'selfhosted'
- First post, progress report! - Ruffle
Get ready for the biggest Ruffle announcement yet! And the first one on the blog!
- 2023 in review - Ruffle
Whilst not Ruffle itself, the website got some much-needed love from @Dinnerbone with a total redesign There's a lot more we'd like to do in the future with it, but web development isn't the specialty of any of our regular contributors help is very much welcome!
- Optimisations, Text Input, Tab Focusing and More! - Ruffle
The priority for Ruffle has always been correctness above all else We implement something, get it right, make tests , and then look at how to speed it up Until recently, we've been firmly in the "get things working" stage
- Ruffle Player
Ruffle has encountered a major issue whilst trying to initialize This can often resolve itself, so you can try reloading the page Otherwise, please contact the website administrator
- Config | ruffle-core
The Config module contains all the types that Ruffle uses for movie configs The main interface of interest here is BaseLoadOptions, which you can apply to window RufflePlayer config to set the default configuration of all players
|