From 55725b28e120de5e80d312146ed9f16d19edd7b7 Mon Sep 17 00:00:00 2001 From: lifning <> Date: Mon, 11 Oct 2021 15:17:12 -0700 Subject: [PATCH] readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0fdcb88 --- /dev/null +++ b/README.md @@ -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.