Menu/Screensaver: Add Matrix Digital Rain effect#19152
Open
ShigeakiAsai wants to merge 1 commit into
Open
Conversation
This adds a new "Matrix Digital Rain" animation to the menu screensaver options. * Implements a dedicated rendering logic using 230 active particles to ensure memory safety and isolate it from other effects. * Maps 17 custom character symbols exclusively to the Unicode Private Use Area (PUA) to prevent interference with stock ASCII font buffers. * Features downward moving particles with randomized speeds, glitching character swaps, and smoothly fading trails in pure green. This Pull Requests is from Lakka (libretro/Lakka-LibreELEC#2230) This Pull Requests needs retroarch_assets pkg/osd-font.ttf update.
f2b6f57 to
f73236d
Compare
fpscan
pushed a commit
to libretro/retroarch-assets
that referenced
this pull request
Jun 27, 2026
Updates `pkg/osd-font.ttf` to include 17 custom character glyphs mapped to the Unicode Private Use Area (PUA) range U+E000 - U+E010. This is a required asset update for the upcoming "Matrix Digital Rain" menu screensaver feature in RetroArch. libretro/RetroArch#19152
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces the "Matrix Digital Rain" animation to the menu screensaver options.
As requested by @RobLoach in Lakka-LibreELEC#2230 (comment), I am bringing this effect upstream so that it can be enjoyed by all RetroArch users across other platforms.
Key Implementation Details
Related Pull Requests
Note
This Pull Request requires a companion update to the
retroarch_assetsrepository for thepkg/osd-font.ttfasset to display correctly.Thanks
ASAI, Shigeaki