- Linux, macOS or Windows (WSL recommended, MinGW otherwise, untested)
- GLFW3 Library (Ubuntu:
sudo apt install libglfw3-dev
, macOS:brew install glfw
, Google for MinGW) - Clone using
git clone https://github.com/sunipkmukherjee/assy_trainer_6502.git --recurse-submodules
to ensure that all submodules are cloned.
Uses a custom version of Dear ImGui, OpenGL2 backend.
To build, run make
in command line, then execute ./mos6502.out
.
First build takes a long time in order to build the Dear ImGui backend.
Happy testing!