Hades is still under heavy development but it aimes to have a decent balance between usability, speed and accuracy.
* 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.)
The build dependencies are:
meson
ninja
GCC
SDL2
OpenGL
glew
On Ubuntu, you can install all those dependencies with:
$ apt install meson ninja-build gcc libsdl2-dev libglew-dev
To build Hades, run:
git submodule update --init --recursive
meson build
cd build
ninja