a project creating a relatively ergonomic SDK for making libretro frontends in Rust.
Go to file
lifning b2c2c93537 experimental dynamic rate control feature in audio component (TBD: merge into SimpleSdl2Audio as an option) 2021-12-11 03:10:39 -08:00
ferretro_base static-linked libretro core support 2021-11-11 16:09:14 -08:00
ferretro_components experimental dynamic rate control feature in audio component (TBD: merge into SimpleSdl2Audio as an option) 2021-12-11 03:10:39 -08:00
.gitignore Split into two crates in one workspace: ferretro_core & ferretro_components 2021-08-18 14:32:55 -07:00
Cargo.toml ferretro_core -> ferretro_base 2021-08-18 14:47:57 -07:00
README.md readme 2021-10-11 15:17:12 -07:00

README.md

ferretro: FrontEnd in Rust for libRETRO

Development status:

  • Supports loading many libretro shared library cores, including some requiring GL.
  • Includes batteries for using SDL2, ffmpeg, and/or libGL to render the emulated system and read inputs.
  • Code documentation is sparse-to-nonexistent as we're still experimenting with some of the details of what the most flexible & usable public interface should be.