mirror of
https://github.com/libretro/retroluxury.git
synced 2024-11-23 07:39:47 +00:00
A retro game library mainly for use with libretro
etc | ||
src | ||
test | ||
.gitignore | ||
LICENSE | ||
README.md |
retroluxury
retroluxury is a game library (wannabe) built on top of the libretro API. It provides functions to blit images to the frame buffer, and to play PCM audio and Ogg Vorbis files.
On top of that, retroluxury provides higher level functions to load images and wave files, and deal with sprites.
API
The API is changing a bit, please check the header files in the src
folder.
Test core
There's a minimal libretro core i available in the test
folder, just make
to generate the core and then run it with RetroArch.
License
Released under the zlib/libpng license.