A simple frontend for emulators written in Swift and SDL.
SwiftEmu is a simple frontend that can be launched from the command-line.
git clone https://github.com/jerrodputman/SwiftEmu
cd SwiftEmu
swift build -c release
cd .build/release
./SwiftEmu path/to/gameNote: Building the release config is highly recommended at the moment to get decent framerates.