Skip to content

beardypig/vectrexia-emulator

Repository files navigation

Vectrexia

Build/Test Workflow

Vectrexia is a work in progress Vectrex emulator written as a libretro core. It is being developed as part of a series of blog posts about writing a Vectrex Emulator.

Compilation

To compile this libretro core use cmake. Your C++ compiler must support the C++23 standard, eg. clang >= 17 or gcc >= 12 or MSVC >= 17.5 .

$ cmake --preset ninja-debug
$ cmake --build --preset ninja-debug

The tests can also be run with CTest

$ ctest --preset ninja-test

Authors

  • @beardypig
  • @pelorat