Skip to content

RobLoach/retroluxury

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A retro game library mainly for use with libretro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.1%
  • Lua 1.2%
  • Other 0.7%