Code Monkey home page Code Monkey logo

hades's Introduction

๐Ÿ”ฅ Hades

license Build

A Nintendo Game Boy Advance Emulator

Screenshots

Features

Hades is still under heavy development but it aims to have a decent balance between usability, speed and accuracy.

Currently, Hades features:

  • Decent accuracy
  • Game controller support
  • Keys and buttons remapping
  • Quick Saves (also known as Save State)
  • Real Time Clock (RTC) support
  • Color correction & LCD effects
  • Loading games from common archive formats (.zip, .7z, .rar, etc.)

It is the third ๐Ÿฅ‰ software emulator to pass the AGS Aging Cartridge used to test Game Boy Advance systems.

Installation

Follow the instructions on our officiel website to download and install Hades.

Build

The build dependencies are:

  • meson
  • ninja
  • GCC
  • SDL2
  • OpenGL
  • glew
  • gtk3
  • libarchive

On Ubuntu, you can install all those dependencies with:

$ apt install meson ninja-build gcc libsdl2-dev libglew-dev libgtk-3-dev libarchive-dev

On Fedora, you can install all those dependencies with:

$ dnf install meson ninja-build gcc SDL2-devel glew-devel gtk3-devel libarchive-devel

To build Hades, run:

git submodule update --init --recursive
meson build
cd build
ninja

Thanks

Special thanks to some invaluable individuals and resources while writing Hades:

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.