Dotrix
November 12, 2016 ยท View on GitHub
Gameboy Emulator UI using the Gameboy Core library
Manual
Installation
Build
Dotrix uses the Qt5 framework and is configured with CMake. It can be built from the Qt Creator or from the command line.
For building from the command line, generate Makefiles for your build tool of choice
cd path/to/source
mkdir build && cd build
cmake .. -G "NMake Makefiles"
nmake