Assets needed for RetroArch - e.g. menu drivers, etc. Also contains the official branding.
Find a file
Ömercan Kömür 818aca56ef
Merge pull request #488 from mittonk/fix_dice_filename
Fix DICE icon names for xmb, old ozone dir.
2025-03-21 20:30:08 +03:00
.github/workflows
Automatic Add Vircon32 icons to Automatic theme 2025-01-29 19:36:51 +01:00
branding
cfg
ctr
devtools/palettes Optimize JPEG, PDF and the worst offenders in SVG 2024-04-02 00:16:23 +02:00
FlatUX Add Vircon32 icons to FlatUX theme 2025-01-29 23:35:07 +01:00
fonts Optimize TTF with fonttool to save 313KB 2024-06-03 16:21:01 +02:00
glui Optimize TTF with fonttool to save 313KB 2024-06-03 16:21:01 +02:00
nxrgui
ozone Fix DICE icon names for xmb, old ozone dir. 2025-03-12 23:40:46 -04:00
pkg Merge pull request #473 from C0rn3j/optimize-images-p2 2024-12-31 00:26:16 +01:00
rgui
scripts
sounds
src Fix DICE icon names for xmb, old ozone dir. 2025-03-12 23:40:46 -04:00
switch Merge pull request #473 from C0rn3j/optimize-images-p2 2024-12-31 00:26:16 +01:00
Systematic Renamed Icons 2024-10-09 15:58:22 -06:00
wallpapers Add Vircon32 wallpapers 2025-01-29 00:16:08 +01:00
xmb Fix DICE icon names for xmb, old ozone dir. 2025-03-12 23:40:46 -04:00
.gitignore
.gitlab-ci.yml Update .gitlab-ci.yml 2024-12-31 05:26:25 +01:00
configure
COPYING
Makefile
README.md Update README.md 2024-04-17 13:30:26 -06:00

The retroarch-assets repository is the home of the user interface elements used to generate the various User Experience (UX) environments. The UX environments are referred to as "menu drivers" and you can switch between environments on most platforms at any time.

  • Ozone is the default UX. It is easy to use thanks to its simple menu-driven interface structure.
  • GLUI is a UX for touch devices. It works great on phones and tablets.
  • RGUI is a simple UX that works well on low performance devices. It was originally introduced in the Wii port of RetroArch in order to provide the console experience, where everything is controlled from a joypad. RGUI was later refitted for PC and mobile ports.
  • XMB is the classic icon-driven UX that is arranged similar to certain system experiences from the 7th generation era. It is ideal for horizontal widescreen TV or monitor use, where a joystick or D-pad is the primary interface.

Each UX requires a combination of fonts, icons, sounds and wallpapers in order to function. The team is in the process of transitioning to a universal theme format that will provide interoperability with the UX environments. The retroarch-assets repository also contains a directory for branding elements.

Contributors are invited to fork the project and contribute via Pull Request.