Skip to content

beardypig/vectrexia-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4ec3c9 · Oct 20, 2024
Oct 20, 2024
Oct 20, 2024
Oct 20, 2024
Oct 20, 2024
Oct 20, 2024
Oct 20, 2024
Oct 20, 2024
Oct 20, 2024
Oct 20, 2024
Oct 20, 2024
Oct 20, 2024
Oct 20, 2024
Jan 20, 2016
Oct 20, 2024
Oct 20, 2024

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