An emulator frontend written in Swift and SDL
Find a file
2023-12-15 23:29:28 -08:00
.swiftpm/xcode Adds SDL implementation 2023-12-15 23:27:09 -08:00
Sources/SwiftEmu Performs light clean up and adds error throwing to main 2023-12-15 23:27:09 -08:00
.gitignore Initial Commit 2023-07-05 23:35:51 -07:00
LICENSE Adds LICENSE 2023-12-15 23:29:28 -08:00
Package.resolved Adds SDL implementation 2023-12-15 23:27:09 -08:00
Package.swift Adds SDL implementation 2023-12-15 23:27:09 -08:00
README.md Creates README.md 2023-12-15 23:27:09 -08:00

SwiftEmu

A simple frontend for emulators written in Swift and SDL.

Emulators supported

Usage

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/game

Note: Building the release config is highly recommended at the moment to get decent framerates.