7 lines
415 B
Markdown
7 lines
415 B
Markdown
|
# 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.
|