├── .github └── FUNDING.yml ├── 320x240 └── SimUI │ ├── resources │ ├── general │ │ ├── BPreplayBold-unhinted.otf │ │ ├── BPreplayBold.ttf │ │ ├── background.png │ │ ├── batt_100.png │ │ ├── batt_20.png │ │ ├── batt_40.png │ │ ├── batt_60.png │ │ ├── batt_80.png │ │ ├── batt_charging.png │ │ ├── favorite.png │ │ └── no_art.png │ ├── groups │ │ ├── apps and games.png │ │ ├── arcades.png │ │ ├── consoles.png │ │ ├── handhelds.png │ │ └── home computers.png │ └── sections │ │ ├── amiga │ │ └── logo.png │ │ ├── amstrad-cpc │ │ └── logo.png │ │ ├── apps │ │ └── logo.png │ │ ├── atari-2600 │ │ └── logo.png │ │ ├── atari-5200 │ │ └── logo.png │ │ ├── atari-7800 │ │ └── logo.png │ │ ├── atari-800 │ │ └── logo.png │ │ ├── atari-lynx │ │ └── logo.png │ │ ├── atari-st │ │ └── logo.png │ │ ├── colecovision │ │ └── logo.png │ │ ├── commodore-64 │ │ └── logo.png │ │ ├── cps1 │ │ └── logo.png │ │ ├── cps2 │ │ └── logo.png │ │ ├── daphne │ │ └── logo.png │ │ ├── doom │ │ └── logo.png │ │ ├── dos │ │ └── logo.png │ │ ├── favorites │ │ ├── background.png │ │ └── logo.png │ │ ├── finalburn-alpha │ │ └── logo.png │ │ ├── game-&-watch │ │ └── logo.png │ │ ├── game-boy-advance │ │ └── logo.png │ │ ├── game-boy-color │ │ └── logo.png │ │ ├── game-boy │ │ └── logo.png │ │ ├── game-gear │ │ └── logo.png │ │ ├── games │ │ └── logo.png │ │ ├── intellivision │ │ └── logo.png │ │ ├── mame │ │ └── logo.png │ │ ├── master-system │ │ └── logo.png │ │ ├── msx-2 │ │ └── logo.png │ │ ├── msx │ │ └── logo.png │ │ ├── neo-geo-pocket-color │ │ └── logo.png │ │ ├── neo-geo-pocket │ │ └── logo.png │ │ ├── neo-geo │ │ └── logo.png │ │ ├── nes │ │ └── logo.png │ │ ├── pc-engine-cd │ │ └── logo.png │ │ ├── pc-engine │ │ └── logo.png │ │ ├── pico-8 │ │ └── logo.png │ │ ├── playstation │ │ └── logo.png │ │ ├── pokemon-mini │ │ └── logo.png │ │ ├── quake │ │ └── logo.png │ │ ├── scummvm │ │ └── logo.png │ │ ├── sega-32x │ │ └── logo.png │ │ ├── sega-cd │ │ └── logo.png │ │ ├── sega-genesis │ │ └── logo.png │ │ ├── sega-sg-1000 │ │ └── logo.png │ │ ├── snes │ │ └── logo.png │ │ ├── supervision │ │ └── logo.png │ │ ├── tic-80 │ │ └── logo.png │ │ ├── turbografx-16 │ │ └── logo.png │ │ ├── turbografx-cd │ │ └── logo.png │ │ ├── virtual-boy │ │ └── logo.png │ │ ├── wonderswan-color │ │ └── logo.png │ │ ├── wonderswan │ │ └── logo.png │ │ └── zx-spectrum │ │ └── logo.png │ └── theme.ini ├── 640x480 └── SimUI │ ├── resources │ ├── general │ │ ├── BPreplayBold-unhinted.otf │ │ ├── BPreplayBold.ttf │ │ ├── background.png │ │ ├── batt_100.png │ │ ├── batt_20.png │ │ ├── batt_40.png │ │ ├── batt_60.png │ │ ├── batt_80.png │ │ ├── batt_charging.png │ │ ├── favorite.png │ │ └── no_art.png │ ├── groups │ │ ├── apps and games.png │ │ ├── arcades.png │ │ ├── consoles.png │ │ ├── handhelds.png │ │ └── home computers.png │ └── sections │ │ ├── amiga │ │ └── logo.png │ │ ├── amstrad-cpc │ │ └── logo.png │ │ ├── apps │ │ └── logo.png │ │ ├── atari-2600 │ │ └── logo.png │ │ ├── atari-5200 │ │ └── logo.png │ │ ├── atari-7800 │ │ └── logo.png │ │ ├── atari-800 │ │ └── logo.png │ │ ├── atari-lynx │ │ └── logo.png │ │ ├── atari-st │ │ └── logo.png │ │ ├── colecovision │ │ └── logo.png │ │ ├── commodore-64 │ │ └── logo.png │ │ ├── cps1 │ │ └── logo.png │ │ ├── cps2 │ │ └── logo.png │ │ ├── daphne │ │ └── logo.png │ │ ├── doom │ │ └── logo.png │ │ ├── dos │ │ └── logo.png │ │ ├── favorites │ │ ├── background.png │ │ └── logo.png │ │ ├── finalburn-alpha │ │ └── logo.png │ │ ├── game-&-watch │ │ └── logo.png │ │ ├── game-boy-advance │ │ └── logo.png │ │ ├── game-boy-color │ │ └── logo.png │ │ ├── game-boy │ │ └── logo.png │ │ ├── game-gear │ │ └── logo.png │ │ ├── games │ │ └── logo.png │ │ ├── intellivision │ │ └── logo.png │ │ ├── mame │ │ └── logo.png │ │ ├── master-system │ │ └── logo.png │ │ ├── msx-2 │ │ └── logo.png │ │ ├── msx │ │ └── logo.png │ │ ├── neo-geo-pocket-color │ │ └── logo.png │ │ ├── neo-geo-pocket │ │ └── logo.png │ │ ├── neo-geo │ │ └── logo.png │ │ ├── nes │ │ └── logo.png │ │ ├── pc-engine-cd │ │ └── logo.png │ │ ├── pc-engine │ │ └── logo.png │ │ ├── pico-8 │ │ └── logo.png │ │ ├── playstation │ │ └── logo.png │ │ ├── pokemon-mini │ │ └── logo.png │ │ ├── quake │ │ └── logo.png │ │ ├── scummvm │ │ └── logo.png │ │ ├── sega-32x │ │ └── logo.png │ │ ├── sega-cd │ │ └── logo.png │ │ ├── sega-genesis │ │ └── logo.png │ │ ├── sega-sg-1000 │ │ └── logo.png │ │ ├── snes │ │ └── logo.png │ │ ├── supervision │ │ └── logo.png │ │ ├── tic-80 │ │ └── logo.png │ │ ├── turbografx-16 │ │ └── logo.png │ │ ├── turbografx-cd │ │ └── logo.png │ │ ├── virtual-boy │ │ └── logo.png │ │ ├── wonderswan-color │ │ └── logo.png │ │ ├── wonderswan │ │ └── logo.png │ │ └── zx-spectrum │ │ └── logo.png │ └── theme.ini ├── LICENSE ├── README.md ├── art ├── background-favorites_320x240_midi.gvdesign ├── background_320x240_midi.gvdesign ├── battery_320x240_midi.gvdesign ├── favorite_320x240_midi.gvdesign ├── group_320x240_midi.gvdesign ├── no-art_320x240_midi.gvdesign ├── section-favorites_320x240_midi.gvdesign └── section_320x240_midi.gvdesign ├── font ├── BPreplay.css ├── BPreplay.eot ├── BPreplay.otf ├── BPreplay.ttf ├── BPreplay.woff ├── BPreplayBold.css ├── BPreplayBold.eot ├── BPreplayBold.otf ├── BPreplayBold.ttf ├── BPreplayBold.woff ├── BPreplayBoldItalic.css ├── BPreplayBoldItalic.eot ├── BPreplayBoldItalic.otf ├── BPreplayBoldItalic.ttf ├── BPreplayBoldItalic.woff ├── BPreplayItalic.css ├── BPreplayItalic.eot ├── BPreplayItalic.otf ├── BPreplayItalic.ttf ├── BPreplayItalic.woff └── backpacker_license.pdf └── varia └── console-list.xlsx /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | ko_fi: dkodr 4 | custom: ['https://paypal.me/dkodr', 'https://buycoffee.to/dkodr'] 5 | -------------------------------------------------------------------------------- /320x240/SimUI/resources/general/BPreplayBold-unhinted.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/general/BPreplayBold-unhinted.otf -------------------------------------------------------------------------------- /320x240/SimUI/resources/general/BPreplayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/general/BPreplayBold.ttf -------------------------------------------------------------------------------- /320x240/SimUI/resources/general/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/general/background.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/general/batt_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/general/batt_100.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/general/batt_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/general/batt_20.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/general/batt_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/general/batt_40.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/general/batt_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/general/batt_60.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/general/batt_80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/general/batt_80.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/general/batt_charging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/general/batt_charging.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/general/favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/general/favorite.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/general/no_art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/general/no_art.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/groups/apps and games.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/groups/apps and games.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/groups/arcades.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/groups/arcades.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/groups/consoles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/groups/consoles.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/groups/handhelds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/groups/handhelds.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/groups/home computers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/groups/home computers.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/amiga/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/amiga/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/amstrad-cpc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/amstrad-cpc/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/apps/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/apps/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/atari-2600/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/atari-2600/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/atari-5200/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/atari-5200/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/atari-7800/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/atari-7800/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/atari-800/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/atari-800/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/atari-lynx/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/atari-lynx/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/atari-st/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/atari-st/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/colecovision/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/colecovision/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/commodore-64/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/commodore-64/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/cps1/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/cps1/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/cps2/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/cps2/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/daphne/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/daphne/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/doom/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/doom/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/dos/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/dos/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/favorites/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/favorites/background.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/favorites/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/favorites/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/finalburn-alpha/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/finalburn-alpha/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/game-&-watch/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/game-&-watch/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/game-boy-advance/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/game-boy-advance/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/game-boy-color/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/game-boy-color/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/game-boy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/game-boy/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/game-gear/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/game-gear/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/games/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/games/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/intellivision/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/intellivision/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/mame/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/mame/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/master-system/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/master-system/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/msx-2/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/msx-2/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/msx/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/msx/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/neo-geo-pocket-color/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/neo-geo-pocket-color/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/neo-geo-pocket/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/neo-geo-pocket/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/neo-geo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/neo-geo/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/nes/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/nes/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/pc-engine-cd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/pc-engine-cd/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/pc-engine/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/pc-engine/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/pico-8/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/pico-8/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/playstation/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/playstation/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/pokemon-mini/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/pokemon-mini/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/quake/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/quake/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/scummvm/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/scummvm/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/sega-32x/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/sega-32x/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/sega-cd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/sega-cd/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/sega-genesis/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/sega-genesis/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/sega-sg-1000/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/sega-sg-1000/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/snes/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/snes/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/supervision/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/supervision/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/tic-80/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/tic-80/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/turbografx-16/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/turbografx-16/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/turbografx-cd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/turbografx-cd/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/virtual-boy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/virtual-boy/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/wonderswan-color/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/wonderswan-color/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/wonderswan/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/wonderswan/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/resources/sections/zx-spectrum/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/320x240/SimUI/resources/sections/zx-spectrum/logo.png -------------------------------------------------------------------------------- /320x240/SimUI/theme.ini: -------------------------------------------------------------------------------- 1 | ; Theme Information ======================================== 2 | ; Name......: SimUI 3 | ; Version...: 1.2 4 | ; Date......: 2021-09-15 5 | ; Author....: dkodr 6 | ; Source....: https://github.com/dkodr/SimUI 7 | 8 | [GENERAL] 9 | ;Font for menu items 10 | font = resources/general/BPreplayBold.ttf 11 | font_outline = 0 12 | font_size = 14 13 | 14 | ;Font for the game count shown on the section "logos" 15 | game_count_font = resources/general/BPreplayBold.ttf 16 | game_count_font_size = 12 17 | game_count_font_color = D7B45F 18 | game_count_text = # GAMES 19 | game_count_x = 160 20 | game_count_y = 135 21 | game_count_alignment = 1 22 | 23 | ;Font for text1, text2 and art text 24 | textX_font = resources/general/BPreplayBold.ttf 25 | 26 | ;Game List 27 | game_list_alignment = 0 28 | game_list_x = 10 29 | game_list_y = 42 30 | game_list_w = 300 31 | transparent_shading = 1 32 | items = 8 33 | items_separation = 20 34 | 35 | ;Game art 36 | art_x = 199 37 | art_y = 44 38 | art_max_w = 112 39 | art_max_h = 160 40 | art_text_distance_from_picture = 999 41 | art_text_line_separation = 0 42 | art_text_font_size = 0 43 | show_art = 0 44 | 45 | ;System Picture 46 | system_w = 32 47 | system_h = 32 48 | system_x = 999 49 | system_y = 999 50 | 51 | ;Section Name 52 | text1_font_size = 18 53 | text1_x = 10 54 | text1_y = 18 55 | text1_alignment = 0 56 | 57 | ;Game Count 58 | text2_font_size = 14 59 | text2_x = 290 60 | text2_y = 19 61 | text2_alignment = 2 62 | 63 | ;Fullscreen Mode 64 | fullscreen_footer_on_top = 1 65 | game_list_position_in_full = 10 66 | items_in_fullscreen_mode = 12 67 | colorful_fullscreen_menu = 0 68 | 69 | ;Battery icons 70 | batt_x = 290 71 | batt_y = 9 72 | batt_1 = resources/general/batt_20.png 73 | batt_2 = resources/general/batt_40.png 74 | batt_3 = resources/general/batt_60.png 75 | batt_4 = resources/general/batt_80.png 76 | batt_5 = resources/general/batt_100.png 77 | batt_charging = resources/general/batt_charging.png 78 | 79 | ;Miscelaneous 80 | favorite_indicator = resources/general/favorite.png 81 | section_groups_folder = resources/groups/ 82 | display_section_group_name = 0 83 | display_game_count = 1 84 | 85 | ;If a section is missing a value, it will try to find it in the default section 86 | [DEFAULT] 87 | ;Color of the font used for items in menu mode 88 | items_font_color = FFFFFF 89 | ;Color used for shading items in menu mode, if transparent_shading is not enabled 90 | selected_item_background_color = D7B45F 91 | ;Color of the font used for selected items in menu mode 92 | selected_item_font_color = D7B45F 93 | ;Game art font color 94 | art_font_color = FFFFFF 95 | ;Background color to apply if colorful_fullscreen_menu is enabled 96 | fullscreen_menu_background_color = D7B45F 97 | ;Color of the font used for items in the fullscreen menu 98 | fullscreen_menu_font_color = D7B45F 99 | ;Section logo 100 | logo = none 101 | ;Section system picture 102 | system = none 103 | ;Section background 104 | background = resources/general/background.png 105 | ;Picture to be displayed when there's no art for the game 106 | no_art_picture = resources/general/no_art.png 107 | 108 | ;Sections 109 | [AMIGA] 110 | name = Amiga 111 | logo = resources/sections/amiga/logo.png 112 | 113 | [AMSTRAD CPC] 114 | name = Amstrad CPC 115 | logo = resources/sections/amstrad-cpc/logo.png 116 | 117 | [APPS] 118 | name = Apps 119 | logo = resources/sections/apps/logo.png 120 | 121 | [ATARI 2600] 122 | name = Atari 2600 123 | logo = resources/sections/atari-2600/logo.png 124 | 125 | [ATARI 5200] 126 | name = Atari 5200 127 | logo = resources/sections/atari-5200/logo.png 128 | 129 | [ATARI 7800] 130 | name = Atari 7800 131 | logo = resources/sections/atari-7800/logo.png 132 | 133 | [ATARI 800] 134 | name = Atari 800 135 | logo = resources/sections/atari-800/logo.png 136 | 137 | [ATARI LYNX] 138 | name = Atari Lynx 139 | logo = resources/sections/atari-lynx/logo.png 140 | 141 | [ATARI ST] 142 | name = Atari ST 143 | logo = resources/sections/atari-st/logo.png 144 | 145 | [COLECOVISION] 146 | name = ColecoVision 147 | logo = resources/sections/colecovision/logo.png 148 | 149 | [COMMODORE 64] 150 | name = Commodore 64 151 | logo = resources/sections/commodore-64/logo.png 152 | 153 | [CPS1] 154 | name = Capcom CPS I 155 | logo = resources/sections/cps1/logo.png 156 | 157 | [CPS2] 158 | name = Capcom CPS II 159 | logo = resources/sections/cps2/logo.png 160 | 161 | [DAPHNE] 162 | name = Daphne 163 | logo = resources/sections/daphne/logo.png 164 | 165 | [DOOM] 166 | name = Doom 167 | logo = resources/sections/doom/logo.png 168 | 169 | [DOS] 170 | name = DOS 171 | logo = resources/sections/dos/logo.png 172 | 173 | [FAVORITES] 174 | name = Favorites 175 | logo = resources/sections/favorites/logo.png 176 | background = resources/sections/favorites/background.png 177 | 178 | [FINALBURN ALPHA] 179 | name = FinalBurn Alpha 180 | logo = resources/sections/finalburn-alpha/logo.png 181 | 182 | [GAME & WATCH] 183 | name = Game & Watch 184 | logo = resources/sections/game-&-watch/logo.png 185 | 186 | [GAME BOY ADVANCE] 187 | name = Game Boy Advance 188 | logo = resources/sections/game-boy-advance/logo.png 189 | 190 | [GAME BOY COLOR] 191 | name = Game Boy Color 192 | logo = resources/sections/game-boy-color/logo.png 193 | 194 | [GAME BOY] 195 | name = Game Boy 196 | logo = resources/sections/game-boy/logo.png 197 | 198 | [GAME GEAR] 199 | name = Game Gear 200 | logo = resources/sections/game-gear/logo.png 201 | 202 | [GAMES] 203 | name = Games 204 | logo = resources/sections/games/logo.png 205 | 206 | [INTELLIVISION] 207 | name = Intellivision 208 | logo = resources/sections/intellivision/logo.png 209 | 210 | [MAME] 211 | name = M.A.M.E. 212 | logo = resources/sections/mame/logo.png 213 | 214 | [MASTER SYSTEM] 215 | name = Master System 216 | logo = resources/sections/master-system/logo.png 217 | 218 | [MSX 2] 219 | name = Microsoft MSX 2 220 | logo = resources/sections/msx-2/logo.png 221 | 222 | [MSX] 223 | name = Microsoft MSX 224 | logo = resources/sections/msx/logo.png 225 | 226 | [NEO GEO POCKET COLOR] 227 | name = Neo Geo Pocket Color 228 | logo = resources/sections/neo-geo-pocket-color/logo.png 229 | 230 | [NEO GEO POCKET] 231 | name = Neo Geo Pocket 232 | logo = resources/sections/neo-geo-pocket/logo.png 233 | 234 | [NEO GEO] 235 | name = Neo Geo 236 | logo = resources/sections/neo-geo/logo.png 237 | 238 | [NES] 239 | name = Nintendo 240 | logo = resources/sections/nes/logo.png 241 | 242 | [PC ENGINE CD] 243 | name = PC Engine CD 244 | logo = resources/sections/pc-engine-cd/logo.png 245 | 246 | [PC ENGINE] 247 | name = PC Engine 248 | logo = resources/sections/pc-engine/logo.png 249 | 250 | [PICO-8] 251 | name = PICO-8 252 | logo = resources/sections/pico-8/logo.png 253 | 254 | [PLAYSTATION] 255 | name = PlayStation 256 | logo = resources/sections/playstation/logo.png 257 | 258 | [POKEMON MINI] 259 | name = Pokemon Mini 260 | logo = resources/sections/pokemon-mini/logo.png 261 | 262 | [QUAKE] 263 | name = Quake 264 | logo = resources/sections/quake/logo.png 265 | 266 | [SCUMMVM] 267 | name = Scumm VM 268 | logo = resources/sections/scummvm/logo.png 269 | 270 | [SEGA 32X] 271 | name = Sega 32X 272 | logo = resources/sections/sega-32x/logo.png 273 | 274 | [SEGA CD] 275 | name = Sega CD 276 | logo = resources/sections/sega-cd/logo.png 277 | 278 | [SEGA GENESIS] 279 | name = Genesis 280 | logo = resources/sections/sega-genesis/logo.png 281 | 282 | [SEGA SG-1000] 283 | name = Sega SG-1000 284 | logo = resources/sections/sega-sg-1000/logo.png 285 | 286 | [SNES] 287 | name = Super Nintendo 288 | logo = resources/sections/snes/logo.png 289 | 290 | [SUPERVISION] 291 | name = Supervision 292 | logo = resources/sections/supervision/logo.png 293 | 294 | [TIC-80] 295 | name = TIC-80 296 | logo = resources/sections/tic-80/logo.png 297 | 298 | [TURBOGRAFX-16] 299 | name = TurboGrafx 16 300 | logo = resources/sections/turbografx-16/logo.png 301 | 302 | [TURBOGRAFX-CD] 303 | name = TurboGrafx CD 304 | logo = resources/sections/turbografx-cd/logo.png 305 | 306 | [VIRTUAL BOY] 307 | name = Virtual Boy 308 | logo = resources/sections/virtual-boy/logo.png 309 | 310 | [WONDERSWAN COLOR] 311 | name = Wonderswan Color 312 | logo = resources/sections/wonderswan-color/logo.png 313 | 314 | [WONDERSWAN] 315 | name = Wonderswan 316 | logo = resources/sections/wonderswan/logo.png 317 | 318 | [ZX SPECTRUM] 319 | name = ZX Spectrum 320 | logo = resources/sections/zx-spectrum/logo.png 321 | -------------------------------------------------------------------------------- /640x480/SimUI/resources/general/BPreplayBold-unhinted.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/general/BPreplayBold-unhinted.otf -------------------------------------------------------------------------------- /640x480/SimUI/resources/general/BPreplayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/general/BPreplayBold.ttf -------------------------------------------------------------------------------- /640x480/SimUI/resources/general/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/general/background.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/general/batt_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/general/batt_100.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/general/batt_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/general/batt_20.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/general/batt_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/general/batt_40.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/general/batt_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/general/batt_60.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/general/batt_80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/general/batt_80.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/general/batt_charging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/general/batt_charging.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/general/favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/general/favorite.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/general/no_art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/general/no_art.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/groups/apps and games.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/groups/apps and games.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/groups/arcades.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/groups/arcades.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/groups/consoles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/groups/consoles.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/groups/handhelds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/groups/handhelds.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/groups/home computers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/groups/home computers.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/amiga/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/amiga/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/amstrad-cpc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/amstrad-cpc/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/apps/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/apps/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/atari-2600/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/atari-2600/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/atari-5200/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/atari-5200/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/atari-7800/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/atari-7800/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/atari-800/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/atari-800/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/atari-lynx/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/atari-lynx/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/atari-st/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/atari-st/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/colecovision/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/colecovision/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/commodore-64/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/commodore-64/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/cps1/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/cps1/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/cps2/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/cps2/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/daphne/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/daphne/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/doom/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/doom/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/dos/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/dos/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/favorites/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/favorites/background.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/favorites/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/favorites/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/finalburn-alpha/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/finalburn-alpha/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/game-&-watch/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/game-&-watch/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/game-boy-advance/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/game-boy-advance/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/game-boy-color/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/game-boy-color/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/game-boy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/game-boy/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/game-gear/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/game-gear/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/games/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/games/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/intellivision/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/intellivision/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/mame/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/mame/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/master-system/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/master-system/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/msx-2/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/msx-2/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/msx/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/msx/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/neo-geo-pocket-color/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/neo-geo-pocket-color/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/neo-geo-pocket/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/neo-geo-pocket/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/neo-geo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/neo-geo/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/nes/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/nes/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/pc-engine-cd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/pc-engine-cd/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/pc-engine/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/pc-engine/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/pico-8/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/pico-8/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/playstation/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/playstation/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/pokemon-mini/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/pokemon-mini/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/quake/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/quake/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/scummvm/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/scummvm/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/sega-32x/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/sega-32x/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/sega-cd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/sega-cd/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/sega-genesis/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/sega-genesis/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/sega-sg-1000/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/sega-sg-1000/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/snes/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/snes/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/supervision/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/supervision/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/tic-80/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/tic-80/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/turbografx-16/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/turbografx-16/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/turbografx-cd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/turbografx-cd/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/virtual-boy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/virtual-boy/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/wonderswan-color/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/wonderswan-color/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/wonderswan/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/wonderswan/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/resources/sections/zx-spectrum/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/640x480/SimUI/resources/sections/zx-spectrum/logo.png -------------------------------------------------------------------------------- /640x480/SimUI/theme.ini: -------------------------------------------------------------------------------- 1 | ; Theme Information ======================================== 2 | ; Name......: SimUI 3 | ; Version...: 1.2 4 | ; Date......: 2021-09-15 5 | ; Author....: dkodr 6 | ; Source....: https://github.com/dkodr/SimUI 7 | 8 | [GENERAL] 9 | ;Font for menu items 10 | font = resources/general/BPreplayBold.ttf 11 | font_outline = 0 12 | font_size = 28 13 | 14 | ;Font for the game count shown on the section "logos" 15 | game_count_font = resources/general/BPreplayBold.ttf 16 | game_count_font_size = 24 17 | game_count_font_color = D7B45F 18 | game_count_text = # GAMES 19 | game_count_x = 320 20 | game_count_y = 270 21 | game_count_alignment = 1 22 | 23 | ;Font for text1, text2 and art text 24 | textX_font = resources/general/BPreplayBold.ttf 25 | 26 | ;Game List 27 | game_list_alignment = 0 28 | game_list_x = 20 29 | game_list_y = 84 30 | game_list_w = 600 31 | transparent_shading = 1 32 | items = 8 33 | items_separation = 40 34 | 35 | ;Game art 36 | art_x = 398 37 | art_y = 88 38 | art_max_w = 224 39 | art_max_h = 320 40 | art_text_distance_from_picture = 999 41 | art_text_line_separation = 0 42 | art_text_font_size = 0 43 | show_art = 0 44 | 45 | ;System Picture 46 | system_w = 64 47 | system_h = 64 48 | system_x = 999 49 | system_y = 999 50 | 51 | ;Section Name 52 | text1_font_size = 36 53 | text1_x = 20 54 | text1_y = 36 55 | text1_alignment = 0 56 | 57 | ;Game Count 58 | text2_font_size = 28 59 | text2_x = 580 60 | text2_y = 38 61 | text2_alignment = 2 62 | 63 | ;Fullscreen Mode 64 | fullscreen_footer_on_top = 1 65 | game_list_position_in_full = 20 66 | items_in_fullscreen_mode = 12 67 | colorful_fullscreen_menu = 0 68 | 69 | ;Battery icons 70 | batt_x = 580 71 | batt_y = 18 72 | batt_1 = resources/general/batt_20.png 73 | batt_2 = resources/general/batt_40.png 74 | batt_3 = resources/general/batt_60.png 75 | batt_4 = resources/general/batt_80.png 76 | batt_5 = resources/general/batt_100.png 77 | batt_charging = resources/general/batt_charging.png 78 | 79 | ;Miscelaneous 80 | favorite_indicator = resources/general/favorite.png 81 | section_groups_folder = resources/groups/ 82 | display_section_group_name = 0 83 | display_game_count = 1 84 | 85 | ;If a section is missing a value, it will try to find it in the default section 86 | [DEFAULT] 87 | ;Color of the font used for items in menu mode 88 | items_font_color = FFFFFF 89 | ;Color used for shading items in menu mode, if transparent_shading is not enabled 90 | selected_item_background_color = D7B45F 91 | ;Color of the font used for selected items in menu mode 92 | selected_item_font_color = D7B45F 93 | ;Game art font color 94 | art_font_color = FFFFFF 95 | ;Background color to apply if colorful_fullscreen_menu is enabled 96 | fullscreen_menu_background_color = D7B45F 97 | ;Color of the font used for items in the fullscreen menu 98 | fullscreen_menu_font_color = D7B45F 99 | ;Section logo 100 | logo = none 101 | ;Section system picture 102 | system = none 103 | ;Section background 104 | background = resources/general/background.png 105 | ;Picture to be displayed when there's no art for the game 106 | no_art_picture = resources/general/no_art.png 107 | 108 | ;Sections 109 | [AMIGA] 110 | name = Amiga 111 | logo = resources/sections/amiga/logo.png 112 | 113 | [AMSTRAD CPC] 114 | name = Amstrad CPC 115 | logo = resources/sections/amstrad-cpc/logo.png 116 | 117 | [APPS] 118 | name = Apps 119 | logo = resources/sections/apps/logo.png 120 | 121 | [ATARI 2600] 122 | name = Atari 2600 123 | logo = resources/sections/atari-2600/logo.png 124 | 125 | [ATARI 5200] 126 | name = Atari 5200 127 | logo = resources/sections/atari-5200/logo.png 128 | 129 | [ATARI 7800] 130 | name = Atari 7800 131 | logo = resources/sections/atari-7800/logo.png 132 | 133 | [ATARI 800] 134 | name = Atari 800 135 | logo = resources/sections/atari-800/logo.png 136 | 137 | [ATARI LYNX] 138 | name = Atari Lynx 139 | logo = resources/sections/atari-lynx/logo.png 140 | 141 | [ATARI ST] 142 | name = Atari ST 143 | logo = resources/sections/atari-st/logo.png 144 | 145 | [COLECOVISION] 146 | name = ColecoVision 147 | logo = resources/sections/colecovision/logo.png 148 | 149 | [COMMODORE 64] 150 | name = Commodore 64 151 | logo = resources/sections/commodore-64/logo.png 152 | 153 | [CPS1] 154 | name = Capcom CPS I 155 | logo = resources/sections/cps1/logo.png 156 | 157 | [CPS2] 158 | name = Capcom CPS II 159 | logo = resources/sections/cps2/logo.png 160 | 161 | [DAPHNE] 162 | name = Daphne 163 | logo = resources/sections/daphne/logo.png 164 | 165 | [DOOM] 166 | name = Doom 167 | logo = resources/sections/doom/logo.png 168 | 169 | [DOS] 170 | name = DOS 171 | logo = resources/sections/dos/logo.png 172 | 173 | [FAVORITES] 174 | name = Favorites 175 | logo = resources/sections/favorites/logo.png 176 | background = resources/sections/favorites/background.png 177 | 178 | [FINALBURN ALPHA] 179 | name = FinalBurn Alpha 180 | logo = resources/sections/finalburn-alpha/logo.png 181 | 182 | [GAME & WATCH] 183 | name = Game & Watch 184 | logo = resources/sections/game-&-watch/logo.png 185 | 186 | [GAME BOY ADVANCE] 187 | name = Game Boy Advance 188 | logo = resources/sections/game-boy-advance/logo.png 189 | 190 | [GAME BOY COLOR] 191 | name = Game Boy Color 192 | logo = resources/sections/game-boy-color/logo.png 193 | 194 | [GAME BOY] 195 | name = Game Boy 196 | logo = resources/sections/game-boy/logo.png 197 | 198 | [GAME GEAR] 199 | name = Game Gear 200 | logo = resources/sections/game-gear/logo.png 201 | 202 | [GAMES] 203 | name = Games 204 | logo = resources/sections/games/logo.png 205 | 206 | [INTELLIVISION] 207 | name = Intellivision 208 | logo = resources/sections/intellivision/logo.png 209 | 210 | [MAME] 211 | name = M.A.M.E. 212 | logo = resources/sections/mame/logo.png 213 | 214 | [MASTER SYSTEM] 215 | name = Master System 216 | logo = resources/sections/master-system/logo.png 217 | 218 | [MSX 2] 219 | name = Microsoft MSX 2 220 | logo = resources/sections/msx-2/logo.png 221 | 222 | [MSX] 223 | name = Microsoft MSX 224 | logo = resources/sections/msx/logo.png 225 | 226 | [NEO GEO POCKET COLOR] 227 | name = Neo Geo Pocket Color 228 | logo = resources/sections/neo-geo-pocket-color/logo.png 229 | 230 | [NEO GEO POCKET] 231 | name = Neo Geo Pocket 232 | logo = resources/sections/neo-geo-pocket/logo.png 233 | 234 | [NEO GEO] 235 | name = Neo Geo 236 | logo = resources/sections/neo-geo/logo.png 237 | 238 | [NES] 239 | name = Nintendo 240 | logo = resources/sections/nes/logo.png 241 | 242 | [PC ENGINE CD] 243 | name = PC Engine CD 244 | logo = resources/sections/pc-engine-cd/logo.png 245 | 246 | [PC ENGINE] 247 | name = PC Engine 248 | logo = resources/sections/pc-engine/logo.png 249 | 250 | [PICO-8] 251 | name = PICO-8 252 | logo = resources/sections/pico-8/logo.png 253 | 254 | [PLAYSTATION] 255 | name = PlayStation 256 | logo = resources/sections/playstation/logo.png 257 | 258 | [POKEMON MINI] 259 | name = Pokemon Mini 260 | logo = resources/sections/pokemon-mini/logo.png 261 | 262 | [QUAKE] 263 | name = Quake 264 | logo = resources/sections/quake/logo.png 265 | 266 | [SCUMMVM] 267 | name = Scumm VM 268 | logo = resources/sections/scummvm/logo.png 269 | 270 | [SEGA 32X] 271 | name = Sega 32X 272 | logo = resources/sections/sega-32x/logo.png 273 | 274 | [SEGA CD] 275 | name = Sega CD 276 | logo = resources/sections/sega-cd/logo.png 277 | 278 | [SEGA GENESIS] 279 | name = Genesis 280 | logo = resources/sections/sega-genesis/logo.png 281 | 282 | [SEGA SG-1000] 283 | name = Sega SG-1000 284 | logo = resources/sections/sega-sg-1000/logo.png 285 | 286 | [SNES] 287 | name = Super Nintendo 288 | logo = resources/sections/snes/logo.png 289 | 290 | [SUPERVISION] 291 | name = Supervision 292 | logo = resources/sections/supervision/logo.png 293 | 294 | [TIC-80] 295 | name = TIC-80 296 | logo = resources/sections/tic-80/logo.png 297 | 298 | [TURBOGRAFX-16] 299 | name = TurboGrafx 16 300 | logo = resources/sections/turbografx-16/logo.png 301 | 302 | [TURBOGRAFX-CD] 303 | name = TurboGrafx CD 304 | logo = resources/sections/turbografx-cd/logo.png 305 | 306 | [VIRTUAL BOY] 307 | name = Virtual Boy 308 | logo = resources/sections/virtual-boy/logo.png 309 | 310 | [WONDERSWAN COLOR] 311 | name = Wonderswan Color 312 | logo = resources/sections/wonderswan-color/logo.png 313 | 314 | [WONDERSWAN] 315 | name = Wonderswan 316 | logo = resources/sections/wonderswan/logo.png 317 | 318 | [ZX SPECTRUM] 319 | name = ZX Spectrum 320 | logo = resources/sections/zx-spectrum/logo.png 321 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Dariusz Kuśnierek 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # About SimUI 2 | *SimUI is a theme for [SimpleMenu](https://github.com/fgl82/simplemenu) inspired by [Shaun Inman](https://github.com/shauninman)'s [MinUI](https://github.com/shauninman/MinUI) (a custom launcher for the Trimui Model S, aka PowKiddy A66).* 3 | 4 | ![Game list](https://user-images.githubusercontent.com/6025373/130760904-96c792f0-b4a1-4a76-9ab5-f11032af69e1.png) 5 | ![Add games to favorites](https://user-images.githubusercontent.com/6025373/133490097-227068de-20a9-440a-8c17-fb424e1e1b7c.png) 6 | ![Fullscreen thumbnail](https://user-images.githubusercontent.com/6025373/130761069-4f55ee60-3e2e-4ece-b02b-0a144ef1493c.png) 7 | ![Fullscreen game list](https://user-images.githubusercontent.com/6025373/130761133-597bd91d-ab92-48c9-80be-975f5dff4b4e.png) 8 | ![Favorites logo](https://user-images.githubusercontent.com/6025373/133490185-5e989f0b-f8ab-4e2b-991a-b4e7488cc60d.png) 9 | ![Section logo](https://user-images.githubusercontent.com/6025373/130761238-8526b031-2045-4469-b1b5-45c01e286424.png) 10 | ![Section group logo](https://user-images.githubusercontent.com/6025373/130761272-cf87323d-992d-4c4f-a1ab-6cb5f4b0ecb9.png) 11 | 12 | Having enjoyed [MinUI](https://github.com/shauninman/MinUI)'s intuitive and minimalistic design and [SimpleMenu](https://github.com/fgl82/simplemenu)'s ease of customization, I decided to get acquainted with SimpleMenu's theming engine by recreating MinUI as closely as possible hoping the end product won't be an insult to Shaun's excellent creation 🙂 13 | 14 | The goal was to transfer ideas that make MinUI, well, "min" to a more robust platform without sacrificing it's more advanced features. One example of sacrifices that had to be made is the removal of thumbnails from the game list (note: you can still see them in the fullscreen mode), though [they can be turned back on](#thumbnails), but their use is highly discouraged as they don't fit the aesthetic very much, especially on smaller screens. 15 | 16 | One other notable example: while SimpleMenu supports multiple controls / key combinations (please read [this wiki page](https://github.com/fgl82/simplemenu/wiki/3.-Controls) to learn more or visit *Settings > Help* in the app) I simply did not find a good place to put hints for all of them so I chose only the essential ones fot the bottom bar. 17 | 18 | # Compatibility 19 | The latest release of SimUI is optimised for and has been tested on SimpleMenu version 10.3.1 and should work with all devices that are currently supported by SimpleMenu (original Bittboy, PocketGo and it's clones, devices running RetroFW and OpenDingux). There are two separate versions of the theme directed at different screen resolutions: 320x240 and 640x480. Please use the one corresponding to your device's resolution and put it in the appropriate folder within SimpleMenu. If you encounter any problems on your device, please let me know. 20 | 21 | # Installation 22 | 1. Download the [latest release](https://github.com/dkodr/SimUI/releases/latest) appropriate for your device's screen resolution 23 | 2. Extract it to `/.simplemenu/themes/320x240/` or `/.simplemenu/themes/640x480/` (whichever applies) 24 | 3. Choose the theme in SimpleMenu settings 25 | 26 | # Thumbnails 27 | Although I would encourage you to keep thumbnails on the game list turned off as it fits the theme's aesthetic much better, they are still supported and can be turned back on. All you have to do is open `theme.ini` and change `show_art = 0` to `show_art = 1`. This setting is independent from the fullscreen mode which is always available. 28 | 29 | # Design source files 30 | You can find design source files in [this location](art) and edit them in [Gravit Designer](http://designer.io/) if you ever so desire. 31 | 32 | # SimpleMenu button configuration 33 | Right now, in order for SimpleMenu to work properly on Bittboy PocketGo, PowKiddy V90/Q90/Q20 Mini, you have to change the button configuration in `/.simplemenu/config.ini` to this: 34 | 35 | ```ini 36 | [CONTROLS] 37 | A = 308 38 | B = 306 39 | X = 304 40 | Y = 32 41 | L1 = 9 42 | R1 = 8 43 | UP = 273 44 | DOWN = 274 45 | LEFT = 276 46 | RIGHT = 275 47 | START = 13 48 | SELECT = 27 49 | R = 305 50 | ``` 51 | 52 | Otherwise some keys won't be mapped correctly. 53 | -------------------------------------------------------------------------------- /art/background-favorites_320x240_midi.gvdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/art/background-favorites_320x240_midi.gvdesign -------------------------------------------------------------------------------- /art/background_320x240_midi.gvdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/art/background_320x240_midi.gvdesign -------------------------------------------------------------------------------- /art/battery_320x240_midi.gvdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/art/battery_320x240_midi.gvdesign -------------------------------------------------------------------------------- /art/favorite_320x240_midi.gvdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/art/favorite_320x240_midi.gvdesign -------------------------------------------------------------------------------- /art/group_320x240_midi.gvdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/art/group_320x240_midi.gvdesign -------------------------------------------------------------------------------- /art/no-art_320x240_midi.gvdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/art/no-art_320x240_midi.gvdesign -------------------------------------------------------------------------------- /art/section-favorites_320x240_midi.gvdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/art/section-favorites_320x240_midi.gvdesign -------------------------------------------------------------------------------- /art/section_320x240_midi.gvdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/art/section_320x240_midi.gvdesign -------------------------------------------------------------------------------- /font/BPreplay.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'BPreplay'; 3 | src: url('BPreplay.eot'); /* IE9 Compat Modes */ 4 | src: url('BPreplay.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 5 | url('BPreplay.woff') format('woff'), /* Modern Browsers */ 6 | url('BPreplay.ttf') format('truetype'); /* Safari, Android, iOS */ 7 | font-style: normal; 8 | font-weight: 400; 9 | text-rendering: optimizeLegibility; 10 | } -------------------------------------------------------------------------------- /font/BPreplay.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplay.eot -------------------------------------------------------------------------------- /font/BPreplay.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplay.otf -------------------------------------------------------------------------------- /font/BPreplay.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplay.ttf -------------------------------------------------------------------------------- /font/BPreplay.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplay.woff -------------------------------------------------------------------------------- /font/BPreplayBold.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'BPreplay'; 3 | src: url('BPreplayBold.eot'); /* IE9 Compat Modes */ 4 | src: url('BPreplayBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 5 | url('BPreplayBold.woff') format('woff'), /* Modern Browsers */ 6 | url('BPreplayBold.ttf') format('truetype'); /* Safari, Android, iOS */ 7 | font-style: normal; 8 | font-weight: 700; 9 | text-rendering: optimizeLegibility; 10 | } -------------------------------------------------------------------------------- /font/BPreplayBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplayBold.eot -------------------------------------------------------------------------------- /font/BPreplayBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplayBold.otf -------------------------------------------------------------------------------- /font/BPreplayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplayBold.ttf -------------------------------------------------------------------------------- /font/BPreplayBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplayBold.woff -------------------------------------------------------------------------------- /font/BPreplayBoldItalic.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'BPreplay'; 3 | src: url('BPreplayBoldItalic.eot'); /* IE9 Compat Modes */ 4 | src: url('BPreplayBoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 5 | url('BPreplayBoldItalic.woff') format('woff'), /* Modern Browsers */ 6 | url('BPreplayBoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */ 7 | font-style: italic; 8 | font-weight: 700; 9 | text-rendering: optimizeLegibility; 10 | } -------------------------------------------------------------------------------- /font/BPreplayBoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplayBoldItalic.eot -------------------------------------------------------------------------------- /font/BPreplayBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplayBoldItalic.otf -------------------------------------------------------------------------------- /font/BPreplayBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplayBoldItalic.ttf -------------------------------------------------------------------------------- /font/BPreplayBoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplayBoldItalic.woff -------------------------------------------------------------------------------- /font/BPreplayItalic.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'BPreplay'; 3 | src: url('BPreplayItalic.eot'); /* IE9 Compat Modes */ 4 | src: url('BPreplayItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 5 | url('BPreplayItalic.woff') format('woff'), /* Modern Browsers */ 6 | url('BPreplayItalic.ttf') format('truetype'); /* Safari, Android, iOS */ 7 | font-style: italic; 8 | font-weight: 400; 9 | text-rendering: optimizeLegibility; 10 | } -------------------------------------------------------------------------------- /font/BPreplayItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplayItalic.eot -------------------------------------------------------------------------------- /font/BPreplayItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplayItalic.otf -------------------------------------------------------------------------------- /font/BPreplayItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplayItalic.ttf -------------------------------------------------------------------------------- /font/BPreplayItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/BPreplayItalic.woff -------------------------------------------------------------------------------- /font/backpacker_license.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/font/backpacker_license.pdf -------------------------------------------------------------------------------- /varia/console-list.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkodr/SimUI/13d35f79f9b6c75f034c51838496aa922b272045/varia/console-list.xlsx --------------------------------------------------------------------------------