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.
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-debugThe tests can also be run with CTest
$ ctest --preset ninja-test- @beardypig
- @pelorat