Software project announcement(and also to see if anyone else would be interested in it). I love HyperSpin as a cabinet frontend but not on my desktop to quickly launch and find/play a game. Plus my HyperSpin folder on my desktop is what I sync to the cabinet, so I don't want to change settings for desktop use. So I've been tinkering with this project off and on, sort of a modern Mame32 that uses Hyperspin themes and Emumovies.
Proof of concept stage right now, it opens with a text listing on the right of the systems, which then clicks into a list of the roms(straight dump for now). When browsing through the roms, it parses the theme zip files, reading the theme xml and rendering the images out of the zip and layering them all together. Looks ok, but some themes have swf layers so those are missing for now(have to research if even possible), also I haven't worked on the rotation attribute in the xml yet. So like the video overlay may not fit over the video right now. Also have to work on the animations, so some layers may be missing since they are off screen and haven't animated in it.
Short version, theme rendering needs a lot of work.
To other developers:
I've open sourced it to on github, project "HyperSlim". It's a C#/Wpf app, I had originally wanted to make it for Mono/crossplatform, but the zip library is Windows only, so gave up on it at least for now. Code is pretty sloppy, wanted to do a proof of concept before cleaning it up. If anyone is interested in helping out, I would love it.