Skip to content

An Embedded Swift game running on a Game Boy Advance

License

Notifications You must be signed in to change notification settings

finnvoor/swift-gameboy-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swift Game Boy Examples

A technical demonstration of Embedded Swift running on Game Boy Advance.

Building the Example

  1. Download and install a Swift nightly toolchain from the Swift.org downloads page.
  2. Download gba-llvm-devkit from the releases page.
  3. Set GBA_LLVM in your environment to the path to the downloaded devkit (export GBA_LLVM=<path to>/gba-llvm-devkit-1-Darwin-arm64).
  4. cd into one of the examples and run make.
  5. Open the compiled .gba rom in a Game Boy emulator.

About

An Embedded Swift game running on a Game Boy Advance

Resources

License

Stars

Watchers

Forks