Gameboy Emulator UI using the Gameboy Core library
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