Search found 372 matches

by alberto_lara
Sat Mar 02, 2024 6:12 pm
Forum: Support and Development
Topic: [SOLVED] Unable to build APK
Replies: 0
Views: 190

[SOLVED] Unable to build APK

Hi there. So I've been trying 2 different ways with no luck so far. I tried the APKTool method and went thru it without any issues. When I try to install the apk in my phone it just says "App not installed". The issue here is, the Manifest file shown as a template doesn't match the one in ...
by alberto_lara
Wed Jan 10, 2024 1:21 am
Forum: Support and Development
Topic: [SOLVED] Canvas rendering issue in Android.
Replies: 2
Views: 65072

Re: Canvas rendering issue in Android.

That did the trick, thanks! As a note, I had to use the same in fonts for the 4th argument (they were still looking glitchy) font = love.graphics.newFont('assets/fonts/proggy-tiny/proggy-tiny.ttf', 16, 'normal', 1) debugFont = love.graphics.newFont('assets/fonts/proggy-tiny/proggy-tiny.ttf', 32, 'no...
by alberto_lara
Tue Jan 09, 2024 5:26 pm
Forum: Support and Development
Topic: [SOLVED] Canvas rendering issue in Android.
Replies: 2
Views: 65072

[SOLVED] Canvas rendering issue in Android.

Hi there, so I'm working on a game and, while the canvas looks perfectly crisp (nearest filtered) in my PC, it doesn't look so in Android: https://i.postimg.cc/Pf7f5GjM/rendering-issue-sassy-puzzle.png This is how it should look: https://i.postimg.cc/jjCtbvF1/no-issue-rendering.png I made sure of: *...
by alberto_lara
Mon Jun 26, 2023 10:18 pm
Forum: Support and Development
Topic: [SOLVED] Error with simple Shader
Replies: 2
Views: 1871

Re: Error with simple Shader

holy cow, I missed that simple fact like 10 years ago lol, thanks! (it works now)
by alberto_lara
Mon Jun 26, 2023 9:56 pm
Forum: Support and Development
Topic: [SOLVED] Error with simple Shader
Replies: 2
Views: 1871

[SOLVED] Error with simple Shader

EDIT: this is love 11.4 EDIT 2: I just realized I'm using extern instead of uniform, that doesn't fix the issue (same problem) Do you people see anything wrong with this? I'm building an app related to color palettes and I was able to isolate the issue: shader = love.graphics.newShader([[ extern vec...
by alberto_lara
Wed Feb 15, 2023 6:48 pm
Forum: Support and Development
Topic: latest APK not working with lovegame folder
Replies: 10
Views: 6963

Re: latest APK not working with lovegame folder

Thanks, I'll get back to this.
by alberto_lara
Wed Feb 15, 2023 5:38 pm
Forum: Support and Development
Topic: latest APK not working with lovegame folder
Replies: 10
Views: 6963

Re: latest APK not working with lovegame folder

I'm not being asked to give any permission when opening the app, and I also don't see any options to allow for permissions, maybe I'm missing something?
Image
by alberto_lara
Wed Feb 15, 2023 4:23 pm
Forum: Support and Development
Topic: latest APK not working with lovegame folder
Replies: 10
Views: 6963

latest APK not working with lovegame folder

I installed the love app from the Play Store (11.3a) and it's been working ok with what I have in /sdcard/lovegame (I've been using adb to transfer files). I uninstalled that one and installed the latest one from here (11.4). Now I just get the no game screen.
by alberto_lara
Wed Feb 01, 2023 7:13 pm
Forum: General
Topic: What UI library do you recommend?
Replies: 8
Views: 14275

Re: What UI library do you recommend?

Thank you for all the recommendations, really appreciate it! NPad seems very useful in case I wan to make my own UI lib, it is something I do consider in case nothing is really works for me, but for now it is the very last option I consider. As I am a complete beginner it could take me months to im...