Search found 4 matches

by Sheepiedog
Fri Oct 30, 2020 6:50 pm
Forum: Support and Development
Topic: How Do I Convert Love File To APK?
Replies: 3
Views: 5819

Re: How Do I Convert Love File To APK?

I struggled a lot until I found the APKTool method. It works well for me and is quite simple, I don't know if there are any downsides to it. To get something on the Google Play store, I needed to get the latest LOVE android API from someone on the Discord, don't know if this is still necessary.
by Sheepiedog
Fri Oct 30, 2020 10:59 am
Forum: Support and Development
Topic: Creating and drawing polygons
Replies: 4
Views: 5438

Re: Creating and drawing polygons

Thanks! Are you suggesting to draw each polygon to its own canvas? Or every polygon onto a single canvas? What if some of the polygons move relative to the others?
by Sheepiedog
Thu Oct 29, 2020 10:00 pm
Forum: Support and Development
Topic: Creating and drawing polygons
Replies: 4
Views: 5438

Creating and drawing polygons

I'm creating a pinball-like game, where a ball collides with convex polygons, as defined by a list of vertices and other parameters like bounciness, movement path, etc. You can see a screenshot of the game below. https://i.ibb.co/k95fBJ2/bash.png Everything works well, including collisions, but I ha...
by Sheepiedog
Sun Feb 23, 2020 4:58 pm
Forum: Support and Development
Topic: Black screen on Android
Replies: 3
Views: 6271

Re: Black screen on Android

I have the same problem. If the app is already running, I will get a black screen upon opening my .love file. The only way to fix it is to close the Love app manually, after which any .love file opens properly. Even after generating an .apk with my game, the same problem happens: black screen if the...