GithubHelp home page GithubHelp logo

sapphire's Introduction

Sapphire

Quality Build

Sapphire is an emulator for the Game Boy Advance (GBA) system written in Go.

Installation

To install Sapphire, you can clone the repository and build it from source:

git clone https://github.com/dbut2/sapphire.git
cd sapphire
make build

This will compile the emulator and create an executable in the build/ directory.

Usage

To run a GBA game, you will need the game ROM file. Once you have it, you can run Sapphire and load the game as follows:

./Sapphire.app/Contents/MacOS/sapphire --game /path/to/game.gba

Alternatively, if you have not provided the path to the ROM file using the --game flag, a file dialog will prompt you to select the game ROM file to load.

Ensure the ROM file is a .gba file that represents a Game Boy Advance game.

Development

Sapphire is a work in progress, and contributions are welcome. Visit the project's issues page to report any bugs or feature requests and to see the list of known issues.

For development, besides the standard Go tools, Sapphire includes a Makefile that simplifies common tasks:

  • make clean - Remove any build artifacts.
  • make build - Build the project for macOS.
  • make run - Build and execute the project for macOS.
  • make run-debug - Execute the debugger for the project.
  • make package - Package the built binary for distribution.
  • make test - Run tests.
  • make lint - Run linter to check the code.

License

Sapphire is licensed under the MIT License.

Sapphire

sapphire's People

Contributors

dbut2 avatar dependabot[bot] avatar github-actions[bot] avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.