libretro / retroarch-assets

Assets needed for RetroArch - e.g. menu drivers, etc. Also contains the official branding.
Creative Commons Attribution 4.0 International
170 stars 161 forks source link

Many missing icons for glui #283

Closed orbea closed 4 years ago

orbea commented 5 years ago

There are many missing icons with the glui menu driver, take a look at the quick menu for instance. Some of the setting lists are entirely devoid of icons making the menu look rather inconsistent.

Would anyone mind spending some time on improving this?

baxysquare commented 5 years ago

I'm confused as to why the glui theme exists at all on its own. I'm wondering if the theme could be merged with Monochrome, with glui-specific icons assimilated, renamed and remapped. From there, could a script render out the icons at the specified resolution for glui?

I look at the work being done on Ozone and Ludo as well as glui and it has me hoping for some sort of unified theming architecture. #281 and #282 take a step in that direction to make Monochrome and Automatic available and able to be recolored in Ozone, which could possibly make them better for use in glui. Long-term, I'm hoping the color icons can be adapted down the line as well.

orbea commented 5 years ago

Yes, I agree with that approach, but I'm not sure I am up to the task of implementing it...

baxysquare commented 5 years ago

In the code for GLUI, is there a list of icons we could use to cross-reference what is missing?