Small screenshots of each game in Main Menu
- aberu
- Core Developer
- Posts: 1192
- Joined: Tue Jun 09, 2020 8:34 pm
- Location: Longmont, CO
- Has thanked: 247 times
- Been thanked: 411 times
- Contact:
Re: Small screenshots of each game in Main Menu
Possible? Yes.
Desirable? Depends on who you ask. It will consume some resources and it seems pretty unnecessary.
Desirable? Depends on who you ask. It will consume some resources and it seems pretty unnecessary.
birdybro~
-
- Top Contributor
- Posts: 381
- Joined: Tue Jun 16, 2020 12:22 pm
- Has thanked: 58 times
- Been thanked: 77 times
Re: Small screenshots of each game in Main Menu
The ARM side of the DE-10 nano is slow so it will probably make browsing the file list somewhere between noticeable slower to really slow.
Re: Small screenshots of each game in Main Menu
Much slower than e.g. emulationstation? I thought about running lxde on such device tiny screenshots shouldnt be a problem.. Or switching of the wallpaper in the main background are quite fast. But probably you are right. In any case the main menu have to overhauled completely in that way to show pictures or even gifs
-
- Posts: 172
- Joined: Sun Mar 07, 2021 12:28 pm
- Has thanked: 31 times
- Been thanked: 48 times
Re: Small screenshots of each game in Main Menu
Depends how it's implemented. It would have to be a fully asynchronous process. When you go over an item, it begins the loading & displaying process while still listening to inputs. If a key is pressed to move to another item, it cancels the process and moves to the next item. The image loading & displaying process should not be blocking in any way.
- aberu
- Core Developer
- Posts: 1192
- Joined: Tue Jun 09, 2020 8:34 pm
- Location: Longmont, CO
- Has thanked: 247 times
- Been thanked: 411 times
- Contact:
Re: Small screenshots of each game in Main Menu
Emulationstation is not an ARM processor. You thought about running lxde, but have you? There is a desktop you can play with for the MiSTer --> https://github.com/MiSTer-devel/Main_Mi ... ktop-Linux - You can see for yourself how slow it is. It is much slower than a raspberry pi 3 even, which those visually lag when you have thumbnails on in lakka/retropie, and they have a GPU (the de10-nano's ARM does not have a GPU).sid wrote: ↑Tue Apr 20, 2021 12:57 pmMuch slower than e.g. emulationstation? I thought about running lxde on such device tiny screenshots shouldnt be a problem.. Or switching of the wallpaper in the main background are quite fast. But probably you are right. In any case the main menu have to overhauled completely in that way to show pictures or even gifs
It definitely could be done, just at what cost? That's the main question.
birdybro~
-
- Top Contributor
- Posts: 1441
- Joined: Mon May 25, 2020 7:54 pm
- Has thanked: 496 times
- Been thanked: 467 times
Re: Small screenshots of each game in Main Menu
Even when I was using Retropie, which has this ability, I always had a laptop on the side with something like Gamebase running. There is just so much other media and info aside from screenshots/covers, and I much prefer MiSTer's current snappiness and simplicity, so even if there was some sort of frontend I doubt I'd use it at all.
CRT SCR$ Project - building a collection of high-quality photos of CRT displays
CRT ART Books - retro-gaming books with authentic CRT photos
Re: Small screenshots of each game in Main Menu
Yes propably that would be a better way to select the favourites games with launchbox using emumovies (for example) and and move them to the mister sd cardakeley wrote: ↑Tue Apr 20, 2021 3:12 pm Even when I was using Retropie, which has this ability, I always had a laptop on the side with something like Gamebase running. There is just so much other media and info aside from screenshots/covers, and I much prefer MiSTer's current snappiness and simplicity, so even if there was some sort of frontend I doubt I'd use it at all.
-
- Top Contributor
- Posts: 375
- Joined: Sun Sep 27, 2020 10:16 am
- Has thanked: 209 times
- Been thanked: 87 times
Re: Small screenshots of each game in Main Menu
I understand the appeal but I would be way more interested in a "last 20 or 30 games started" list to have quick access to my most used games or maybe just a bookmark system would be pretty cool per core and per game inside the core, or per game directly if possible.
Remastering Classic Game Cinematics: My new Youtube fun, check it out
https://www.youtube.com/@neocaron87
- Newsdee
- Top Contributor
- Posts: 873
- Joined: Mon May 25, 2020 1:07 am
- Has thanked: 104 times
- Been thanked: 239 times
Re: Small screenshots of each game in Main Menu
This is just not practical. There are tens of thousands of different games across systems, and it would be really hard to have images for all in a standard format that could be used across MiSTer.
-
- Posts: 49
- Joined: Wed Mar 24, 2021 12:52 pm
- Has thanked: 3 times
- Been thanked: 6 times
Re: Small screenshots of each game in Main Menu
BYOAC forums assembled the all killer no filler list, best arcade games. I converted it to a tag list for attractmode front end. There is no reason to have thousands of games to choose from on the end device. Same applies to the MiSTer.
It's not hard to have images in a standard format. Title screen or in game screenshot would be appropriate. Could easily make a script to convert to same size and format.
It's not hard to have images in a standard format. Title screen or in game screenshot would be appropriate. Could easily make a script to convert to same size and format.
- aberu
- Core Developer
- Posts: 1192
- Joined: Tue Jun 09, 2020 8:34 pm
- Location: Longmont, CO
- Has thanked: 247 times
- Been thanked: 411 times
- Contact:
Re: Small screenshots of each game in Main Menu
These are not the reasons this is impractical by the way. Libretro already can be used theoretically as the repository to pull the images from, and they are already in a standard format:
https://github.com/libretro-thumbnails/ ... thumbnails
But I think there are other reasons this is undesirable or impractical. We already have the update script pull in the huge cheats files that mass unzip over a long period of time.
birdybro~