Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 727 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 727 Bytes

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