All Projects → ruffle-rs → Ruffle

ruffle-rs / Ruffle

Licence: other
A Flash Player emulator written in Rust

Programming Languages

rust
11053 projects
actionscript
884 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
GLSL
2045 projects

Projects that are alternatives of or similar to Ruffle

Jpexs Decompiler
JPEXS Free Flash Decompiler
Stars: ✭ 2,939 (-67.8%)
Mutual labels:  flash, swf
swiffas
SWF parser and AVM2 (Actionscript 3) bytecode parser
Stars: ✭ 15 (-99.84%)
Mutual labels:  flash, swf
guepard
flash to html5 converter, as3 to javascript translator
Stars: ✭ 58 (-99.36%)
Mutual labels:  flash, swf
flashmingo
Automatic analysis of SWF files based on some heuristics. Extensible via plugins.
Stars: ✭ 117 (-98.72%)
Mutual labels:  flash, swf
lvg
Lion Vector Graphics
Stars: ✭ 106 (-98.84%)
Mutual labels:  flash, swf
yupi
🎲 open source gaming emulator for flash based games
Stars: ✭ 28 (-99.69%)
Mutual labels:  flash, swf
Kiwi
A simple Sega Genesis emulator
Stars: ✭ 14 (-99.85%)
Mutual labels:  emulator
Mock Kakin
崩坏3rd蛋池抽取模拟器,支持多种配置定义模式,并且较好的还原了游戏内的概率。
Stars: ✭ 29 (-99.68%)
Mutual labels:  emulator
Projectpsx
Experimental C# Playstation Emulator
Stars: ✭ 874 (-90.43%)
Mutual labels:  emulator
Vba M Nx
WIP full featured port of VBA-M for Nintendo Switch
Stars: ✭ 11 (-99.88%)
Mutual labels:  emulator
Wasmboy
Game Boy / Game Boy Color Emulator Library, 🎮written for WebAssembly using AssemblyScript. 🚀Demos built with Preact and Svelte. ⚛️
Stars: ✭ 963 (-89.45%)
Mutual labels:  emulator
Pseudo
PSeudo - The world's simplest PLAYSTATION emulator
Stars: ✭ 31 (-99.66%)
Mutual labels:  emulator
Video.js
Video.js - open source HTML5 & Flash video player
Stars: ✭ 32,478 (+255.81%)
Mutual labels:  flash
J2me Loader
A J2ME emulator for Android.
Stars: ✭ 882 (-90.34%)
Mutual labels:  emulator
Alivepdf
[Official AlivePDF] - AlivePDF is a client side AS3 PDF generation library for Adobe Flash, Flex and AIR
Stars: ✭ 29 (-99.68%)
Mutual labels:  flash
Hpsx64
Source Code of HPSx64 (A set of PS1 and PS2/PS1 emulators)
Stars: ✭ 14 (-99.85%)
Mutual labels:  emulator
Python chip16
A full implementation (tested) of chip16 virtual machine, or emulator as you wish, using python and rendering with opengl.
Stars: ✭ 31 (-99.66%)
Mutual labels:  emulator
Wakxy
Wakxy is a Wakfu packet sniffer (MITM). Written in C++/Qt with Javascript scripting support.
Stars: ✭ 12 (-99.87%)
Mutual labels:  emulator
Bsnes Mt
bsnes-based SNES emulator featuring pixel-perfect integer scaling, PNG screenshots, built-in hotkeys, translations, bug fixes, and more.
Stars: ✭ 22 (-99.76%)
Mutual labels:  emulator
Esp32 mkfatfs
Prepare FAT image on host and flash to ESP32.
Stars: ✭ 30 (-99.67%)
Mutual labels:  flash

Ruffle

Rust Build Status Web Build Status Ruffle Discord
website | demo | nightly builds | wiki

Ruffle

Ruffle is an Adobe Flash Player emulator written in the Rust programming language. Ruffle targets both the desktop and the web using WebAssembly.

Project status

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.

Using Ruffle

The easiest way to try out Ruffle is to visit the web demo page, then click the "Browse..." button to load an SWF file of your choice.

Nightly builds of Ruffle are available for desktop and web platforms including the browser extension.

For more detailed instructions, see our wiki page.

Building from source

Follow the official guide to install Rust for your platform.

Desktop

  • cargo run --package=ruffle_desktop -- test.swf

Web or Extension

Follow the instructions in the web directory for building either the web or browser extension version of Ruffle.

Scanner

If you have a collection of "real world" SWFs to test against, the scanner may be used to benchmark 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

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

Structure

  • core contains the core emulator and common code
  • desktop contains the desktop client (uses wgpu-rs)
  • web contains the web client and browser extension (uses wasm-bindgen)
  • scanner contains a utility to bulk parse swf files
  • exporter contains a utility to generate PNG screenshots of a swf file

Sponsors

You can support the development of Ruffle via GitHub Sponsors. Your sponsorship will help to ensure the accessibility of Flash content for the future. Thank you!

Sincere thanks to the diamond level sponsors of Ruffle:

Newgrounds.com CPMStar Sébastien Bénard Crazy Games Cool Math Games The New York Times Armor Games Onda Educa TwoPlayerGames.org wowgame.jp Matt Roszak Doll Divine Movavi

License

Ruffle is licensed under either of

at your option.

Ruffle depends on third-party libraries under compatible licenses. See LICENSE.md for full information.

Contribution

Ruffle welcomes contribution from everyone. See CONTRIBUTING.md for help getting started.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

The entire Ruffle community, including the chat room and GitHub project, is expected to abide by the Code of Conduct that the Rust project itself follows.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].