Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leiradel/retroluxury
A retro game library mainly for use with libretro
https://github.com/leiradel/retroluxury
Last synced: 6 days ago
JSON representation
A retro game library mainly for use with libretro
- Host: GitHub
- URL: https://github.com/leiradel/retroluxury
- Owner: leiradel
- License: zlib
- Created: 2015-04-23T04:56:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T11:37:35.000Z (about 4 years ago)
- Last Synced: 2023-02-26T07:46:46.052Z (over 1 year ago)
- Language: C
- Size: 2.9 MB
- Stars: 5
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# retroluxury
**retroluxury** is a game library (wannabe) built on top of the [libretro](http://www.libretro.com/) API. It provides functions to blit images to the frame buffer, and to play [PCM audio](http://en.wikipedia.org/wiki/Pulse-code_modulation) and [Ogg Vorbis](http://en.wikipedia.org/wiki/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.