Search found 3 matches

by dmalves
Wed Jun 28, 2017 1:11 pm
Forum: Libraries and Tools
Topic: GOOi, an Android-Oriented GUI Library
Replies: 134
Views: 182208

Re: GÖÖi, an Android-Oriented GUI Library

I tried to use GOOI with push library https://love2d.org/forums/viewtopic.php?f=5&t=80738&hilit=love+resolution+library to fix resolution on android, but no sucess :( I would like to know if push library can be used or if there is any other work around to perfectly scale GOOi and still get p...
by dmalves
Tue Jun 20, 2017 1:25 pm
Forum: Support and Development
Topic: Updated apk's for LÖVE Android SDL2
Replies: 9
Views: 6807

Re: Updated apk's for LÖVE Android SDL2

Hi, if you're thinking on trying LÖVE on Android but don't have the time to compile everything (and you want the latest version), this post is for you. Since the downloads section of Martin's love-android-sdl repository has older versions of the apk (0.10.0 and below) I'm sharing these ones I just ...
by dmalves
Thu Jan 05, 2017 10:29 pm
Forum: Libraries and Tools
Topic: Playmat - A Mode 7 Library
Replies: 23
Views: 24110

Re: Playmat - A Mode 7 Library

I changed the beginning of the shader to extern Image map; extern float x; extern float y; extern number zoomx; extern number zoomy; extern number fov; extern number offset; extern int wrap; and I was able to make it work on Linux and Android 6. I took a screenshot from Android 6 on landscape image ...