Go to file
BAXY Square 9c0bd0d101
Merge pull request #476 from baxysquare/master
Removed Retired Themes
2024-04-24 12:39:59 -06:00
.github/workflows Update assets_bundle.yml 2022-01-13 23:59:51 +03:00
Automatic Rename VMU 2024-04-18 09:06:25 -06:00
FlatUX rename spectravideo icons according to database 2023-12-31 13:09:09 +01:00
Systematic Rename VMU 2024-04-18 09:06:25 -06:00
branding RGUI Theme 2019-08-10 01:52:18 +03:00
cfg FlatUX Universal Theme 2022-01-31 12:18:39 -07:00
ctr Update hizzlekizzle's image :) 2021-09-07 17:52:32 +09:00
devtools/palettes Added Colors to Systematic Palette 2023-09-06 08:39:45 -06:00
fonts Fix file permissions 2023-07-13 09:48:28 +01:00
glui (GLUI) Strip PNG metadata 2020-03-26 16:02:39 +00:00
menu_widgets (menu_widgets) Ensure PNG files have white transparent pixels 2020-03-26 16:51:58 +00:00
nxrgui Reduce assets size (lossless) 2019-01-15 10:21:50 -03:00
ozone Arduboy and PET icons from https://github.com/Jaffacakelover/retroarch-assets/tree/monoc-ozo 2023-12-31 21:05:02 +01:00
pkg Added Dirksimple to Wii U / Dingux 2023-04-04 21:50:24 +01:00
rgui Add 6x10 extended ASCII and Latin Extended A and B fonts 2022-03-20 15:30:22 +01:00
scripts Fix file permissions 2023-07-13 09:48:28 +01:00
sounds Remove WAV sound files 2023-11-10 10:51:53 +02:00
src Removed ReadMe files for Neoactive & Retroactive 2024-04-18 16:50:37 -06:00
switch Reduce assets size (lossless) 2019-01-15 10:21:50 -03:00
wallpapers Rename 'Atari - 8-bit Family' to 'Atari - 8-bit' 2023-12-23 15:08:01 -05:00
xmb Removed Retired Themes 2024-04-18 16:46:35 -06:00
.gitignore Flatten repo history - old one available at https://github.com/libretro/retroarch-assets-old1 2017-11-26 20:02:26 +01:00
.gitlab-ci.yml (.gitlab-ci.yml) Add 'ctr' asset directory to build target 2021-09-03 16:17:20 +01:00
COPYING Flatten repo history - old one available at https://github.com/libretro/retroarch-assets-old1 2017-11-26 20:02:26 +01:00
Makefile Move the source svg files to src/ 2017-12-06 10:27:34 -08:00
README.md Update README.md 2024-04-17 13:30:26 -06:00
configure Fix +x permissions of scripts 2019-08-24 13:30:24 -04:00

README.md

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.