For reference, this is what my thrown together version looks like:

I don't plan on having it knowing anything about the cards but I do want it to have buttons for moving them around for all the required places.
I can make that version available if people want it. It does require running an exe (C# is the software I know so that's the easy way of doing it for me) so I will provide the source code as well for anyone who wants to check it.
I've subsequently added a back to cards so the deck isn't invisible (and this means I can do the flipping/rotating stuff that sounded horrible without issues) and I plan on significantly changing the buttons and allowing the user to select the field cards (which are currently broken in the new version) in order to view/discard/whatever them.
I like this idea. It would be pretty easy in my code to have a folder structure of different sets and you select a specific set, a random set, or cards from any set. So:TypingMad wrote: Mon Nov 28, 2022 9:27 pm - Rather than one big library, we could release sets - Senran Kagura set, Redrock set, fetish sets, etc - to keep card numbers manageable and to make customising better
MTF\cards\SenranKagura\*
MTF\cards\Redrock\*
etc
Then you pick:
SenranKagura only - you'll get 30 (or however many) cards from that set
Random set - you'll get 30 cards from a single set but it could be any of them
Fully random - you'll get 30 cards scattered around all subfolders
Can probably also limit the fully random to several chosen sets too




