diff --git a/content/news/046/index.md b/content/news/046/index.md index 2e67a58c7..9c0dbf431 100644 --- a/content/news/046/index.md +++ b/content/news/046/index.md @@ -333,6 +333,42 @@ be it with suggestions, bugs or PRs. [rerun-v0-6-0]: https://github.com/rerun-io/rerun/releases/tag/v0.6.0 [rerun-wgpu]: https://app.rerun.io/webgpu/index.html +### [Smashline][smashline] + +[Smashline][smashline] is plugin and a Rust crate aimed at enhancing Smash modding, +more specficially focusing on script mods. Its main purpose is to enable +the replacement of different types of scripts found in Super Smash Bros. Ultimate, +while also offering additional utilities for creating what is known as "code mods" +within the modding community. + +The [Smashline wiki][wiki] provides comprehensive explanations of its core features. + +[smashline]: https://github.com/blu-dev/smashline +[wiki]: https://github.com/blu-dev/smashline/wiki + +### [Ruffle][ruffle] + +![Ruffle dekstop app](ruffle.png) + +[Ruffle] is an open-source Flash Player emulator written in Rust. +It brings Flash Player back to life, running smoothly on all modern systems +and web browsers. + +[This month's updates][ruffle-post] include: + +- Bunch of new fan-favorite AS3 (ActionScript 3)games are now playable. +- Many graphics drawing methods have been fixed and implemented. +- XML support has progressed. +- AS2 (ActionScript 2) has seen progress as well: + Additional XML methods have been implemented. +- The Ruffle desktop app now has an interface. +- Built-in save manager has been added. +- FLV support in progress, Flash content with external video files will be + supported soon. + +[ruffle]: https://ruffle.rs/ +[ruffle-post]: https://ruffle.rs/blog/2023/05/29/progress-report.html + ## Library Updates ### [blit] diff --git a/content/news/046/ruffle.png b/content/news/046/ruffle.png new file mode 100644 index 000000000..8630528e2 Binary files /dev/null and b/content/news/046/ruffle.png differ