This commit is contained in:
lifning 2021-10-11 15:17:12 -07:00
parent 79f6d79eb8
commit 55725b28e1
1 changed files with 6 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# 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.