Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/rs.ruffle.ruffle
https://github.com/flathub/rs.ruffle.ruffle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/rs.ruffle.ruffle
- Owner: flathub
- Created: 2024-08-09T09:25:37.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-22T07:08:27.000Z (2 months ago)
- Last Synced: 2024-10-23T10:14:17.293Z (2 months ago)
- Language: Makefile
- Homepage: https://flathub.org/apps/details/rs.ruffle.Ruffle
- Size: 1.12 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Ruffle](https://ruffle.rs)
Ruffle is an Adobe Flash Player emulator written in the Rust programming language.
## Building
Just `make` and Ruffle will be built and installed.
## Regenerating Sources
In order to regenerate `cargo-sources.json` run the following command
replacing `` with the commit hash from upstream.```shell
make regenerate-sources RUFFLE_COMMIT=
```