ruffle-rs / ruffle-rs.github.io

Ruffle web page
https://ruffle.rs
30 stars 50 forks source link

Blog post idea: Rust dependency spotlight #134

Open Herschel opened 1 year ago

Herschel commented 1 year ago

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.

Lord-McSweeney commented 1 year ago

What about quick-xml?

torokati44 commented 1 year ago

Two of our video decoders are from NihAV: https://nihav.org/ (https://codecs.multimedia.cx/)

They are both fast, have no external dependencies, their code is clean (few unwraps), and the developer is knowledgeable (an FFmpeg contributor), responsive, and was kind enough to relicense these parts of his code for us.

torokati44 commented 1 year ago

wasm-opt (Binaryen) is also nice.

danielhjacobs commented 1 year ago

egui now that the Desktop app has a UI using it.