Skip to content

beardypig/vectrexia-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vectrexia

Build Status

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++14/1y standard, eg. clang >= 3.6 or gcc >= 4.9.

$ cmake -E make_directory build && cmake -E chdir build cmake .. 
$ cmake --build build -- all test # compile and run the tests

Authors

  • @beardypig