Skip to content
/ dotrix Public

Gameboy Emulator UI using the Gameboy Core library

License

Notifications You must be signed in to change notification settings

nnarain/dotrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotrix

Build Status Build status GitHub issues GitHub release Documentation Status

Gameboy Emulator UI using the Gameboy Core library

Manual

Read the online manual!

Installation

View recent releases

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

Found a bug?

Create an issue!