ruffle-rs / ruffle-rs/ruffle-rs.github.io
Blog post idea: Rust dependency spotlight
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 39
- Forks
- 60
- Avg merge
- 14h 57m
- Merged PRs (30d)
- 8
Description
A big part of Ruffle's success is from a perfect-storm of other crates from the Rust community. We could do a spotlight on some of our big dependencies that were key for us getting off the ground.
- wasm-bindgen: Made Wasm a first-class citizen in Rust
- wgpu: Portable GPU abstraction and gave us a head start for WebGPU on web
- naga: Transpile AGAL shaders, allowing Stage3D to function
- winit: Desktop app
- cpal: Desktop audio
- sample: Audio, resampling
- gc-arena: GC
- lyon: Allowed us easy tessellation of shapes for the wgpu/WebGL backends
- symphonia: MP3 parsing
- who else?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the dependency list in the issue, verify the role of each highlighted Rust crate, and identify any additional dependencies worth including. Done means a focused blog post is drafted for the Ruffle website, with accurate explanations of the selected crates and their contribution to the project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, wasm
- Domain
- content, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100