mirror of
https://github.com/libretro/nanoarch.git
synced 2024-11-23 00:39:46 +00:00
A simple reference frontend for the libretro API. RetroArch used to be that, but has long since outgrown these boots.
.gitignore | ||
libretro.h | ||
LICENSE | ||
Makefile | ||
nanoarch.c | ||
README.md |
nanoarch
nanoarch is a small libretro frontend (nanoarch.c has less than 1000 lines of code) created for educational purposes. It only provides the required (video, audio and basic input) features to run most non-libretro-gl cores and there's no UI or configuration support.
Building
Other than make
, pkg-config
and a working C99 or C++ compiler, you'll need
alsa
and glfw
development files installed.
Running
./nanoarch <core> <uncompressed content>