From aa0cd9fe9bf380fd769304e3e190894bd7c8465a Mon Sep 17 00:00:00 2001 From: Mis012 Date: Tue, 7 May 2024 16:55:49 +0000 Subject: [PATCH] Create an FAQ page --- FAQ.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..1f63922 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,7 @@ +#### fair, anticipated questions: + +**Q**: why Gtk? +**A**: The right tool for the job would probably be some meta-toolkit, so that what we're doing with it would be an intended usecase. That being said, Gtk is a popular, mature, well-maintained project with a C interface (in fact, it's written in C), and above all we think having android apps be Gtk apps is cool and this cool factor could (we hope) attract contributors + +**Q**: I don't care if this is cleaner than running an entire AOSP system in a container, are there any tangible benefits? +**A**: our design allows for fast start-up time (there's also still room for improvement) and low RAM usage, and it also makes it easy to do stuff like make apps using OpenXR use the system openxrloader and therefore use a regular Linux build of Monado as the OpenXR implementation. Modding is also easier, as is debugging. \ No newline at end of file