Should have called it Rash.
Ruffle – A Flash Player emulator written in Rust
21–30 of 94 posts
Re: Ruffle – A Flash Player emulator written in Rust
#22At what point does a flash player emulator just become a flash player?
Which may be possible to do as a browser extension..
ruffle does have a web version but it requires the website owner to explicitly include it.
Re: Ruffle – A Flash Player emulator written in Rust
#23Those sample files.. bring back memories. I think we took a step backwards in serving vector art/animation on the web. When YouTube replaced Flash, we've probably wasted petabytes of bandwidth serving rasterized content when Flash or a similar format would have been much more effective.
A standard at least for encoding vector animation would be nice. Also needs to be not as bulky as having svg frame per frame, etc...
Re: Ruffle – A Flash Player emulator written in Rust
#24At what point does a flash player emulator just become a flash player?
When they can be used as drop-in replacement to play actual flash content on websites. Which may be possible to do as a browser extension.. ruffle does have a web version but it requires the website owner to explicitly include it.
Re: Ruffle – A Flash Player emulator written in Rust
#25I spent today hacking on it! Trying to get all the Homestuck movies to work. The codebase seems pretty accessible so far. Fixed one bug where it couldn't render shapes with >65535 vertices. It's really rewarding watching movies light up as you fix things.
Re: Ruffle – A Flash Player emulator written in Rust
#26Those sample files.. bring back memories. I think we took a step backwards in serving vector art/animation on the web. When YouTube replaced Flash, we've probably wasted petabytes of bandwidth serving rasterized content when Flash or a similar format would have been much more effective.
A standard at least for encoding vector animation would be nice. Also needs to be not as bulky as having svg frame per frame, etc...
Re: Ruffle – A Flash Player emulator written in Rust
#27Re: Ruffle – A Flash Player emulator written in Rust
#28Earlier quoted context omitted.
A standard at least for encoding vector animation would be nice. Also needs to be not as bulky as having svg frame per frame, etc...
Not sure if this went far enough (even before it was deprecated), but SMIL was a standard for vector animation: https://developer.mozilla.org/en-US/docs/Web/SVG/SVG_animati...