A retro game library mainly for use with libretro
Go to file
2016-10-25 04:41:49 +02:00
etc removed maps, tilesets, and all utilities except the packer 2015-08-26 00:22:11 -03:00
src removed rl_tiled from the build 2016-06-14 21:37:48 -03:00
test Update Makefile 2016-10-25 04:41:49 +02:00
.gitignore too much things to enumerate... 2016-06-14 21:37:09 -03:00
LICENSE added a readme and a license 2015-05-07 00:45:09 -03:00
README.md better handling of stb header files; added in-place base64 decoding; removed outdated api documentation 2016-06-04 16:05:50 -03:00

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.