Hi
I want to write a game menu system, using SFML to display the different games the player can choose, and then launch that game.
When they exit, the menu must re-launch and the process can repeat.
Can SFML (or Windows..) handle multiple SFML applications open at one time?
When the player selects a game, I need to disable rendering in the menu application and maybe even minimize it. I guess this is easy to do?
Thanks