From 9880fefddbfd6b17cc7dd05e9a111ecf7cc1a507 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Fri, 14 Feb 2020 10:24:19 +0800 Subject: [PATCH] Initial Home page --- Home.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..f199e9a --- /dev/null +++ b/Home.md @@ -0,0 +1,17 @@ +# LÖVE for Android Wiki + +Here are some pages that you might be looking for: + +* [[FAQ - Frequently Asked Questions]] +* [[Building LÖVE for Android - Android Studio]] +* [[Logcat]] (obtaining ```print(...)``` output) +* [[Keyboard and physical Keys]] +* [[Shaders in Android]] + +For up-to-date documentation of LÖVE 11.0's API for Android and other platforms, go to the [LÖVE wiki](https://www.love2d.org/wiki/). + +## Crashes or found a bug? + +If you have problems or crashes it is best if you can provide us output from the Android logging system Logcat. Here is how you can access them: + +* [[How to get output of Logcat]]