Search found 97 matches

by fysx
Tue Dec 22, 2015 4:22 pm
Forum: General
Topic: LÖVE 0.10.0 released
Replies: 86
Views: 78651

Re: LÖVE 0.10.0 released

By adding support to Android, can the developer generate an .apk from the .love file? I'm really curious to see how this works, because I'm only used to develop in Corona when it comes to mobile stuff. Yes, you can and a few games are already on the PlayStore! The instructions can be found here: ht...
by fysx
Wed Jul 15, 2015 9:11 am
Forum: LÖVE-Android
Topic: [SOLVED] Error when trying to compile LÖVE-Android
Replies: 7
Views: 9708

Re: [SOLVED] Error when trying to compile LÖVE-Android

Thanks for the feedback. Just committed a change that enforces gcc 4.8 from now on.
by fysx
Tue Jul 14, 2015 6:36 pm
Forum: LÖVE-Android
Topic: [SOLVED] Error when trying to compile LÖVE-Android
Replies: 7
Views: 9708

Re: Error when trying to compile LÖVE-Android

Hrm... I'm using NDK R10d and GCC 4.8 at the moment without any problems. Maybe you have incompatible environment variables for the NDK?
by fysx
Fri Apr 10, 2015 2:34 pm
Forum: General
Topic: A Lövely Call to Action.
Replies: 17
Views: 9181

Re: A Lövely Call to Action.

There should be a library page on the wiki, I think. There is: https://www.love2d.org/wiki/Category:Libraries. But it could be curated and put into different categories, e.g. all GUI libraries, graphics, utilities, networking, frameworks for specific game types. Maybe move some libraries that only ...
by fysx
Fri Apr 10, 2015 2:24 pm
Forum: LÖVE-Android
Topic: Love for Android 0.92 crashes on Huawei Ascend
Replies: 4
Views: 9044

Re: Love for Android 0.92 crashes on Huawei Ascend

If you are using ParticleSystems it might be related to the issue reported in https://love2d.org/forums/viewtopic.php?f=11&t=79966. I have released a new version 0.9.2a that you can download as usual from here: https://bitbucket.org/MartinFelis/love-android-sdl2/downloads. Would be great if you ...
by fysx
Fri Apr 10, 2015 1:53 pm
Forum: LÖVE-Android
Topic: particle system is sometimes crashing love for android
Replies: 5
Views: 9043

Re: particle system is sometimes crashing love for android

It's now nicely snowing on my device. Currently building a new binary. Thanks slime!
by fysx
Fri Apr 10, 2015 10:04 am
Forum: LÖVE-Android
Topic: particle system is sometimes crashing love for android
Replies: 5
Views: 9043

Re: particle system is sometimes crashing love for android

Did you have a look at the logcat output? Also which LÖVE version are you using?
by fysx
Fri Apr 10, 2015 10:01 am
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 409620

Re: love-android-sdl2 (native, 0.9.0)

Just released a new version that includes the changes from LÖVE 0.9.2 and fixes an annoying battery drain when the app is in the background. Also loading of games was improved. As always you can download it from here: https://bitbucket.org/MartinFelis/love-android-sdl2/downloads Here is the changelo...
by fysx
Fri Apr 10, 2015 9:14 am
Forum: LÖVE-Android
Topic: Love for Android 0.92 crashes on Huawei Ascend
Replies: 4
Views: 9044

Re: Love for Android 0.92 crashes on Huawei Ascend

Would be great if you could reproduce the crash with the latest build and send me the logcat output. Instructions on how to get the output is explained at: https://bitbucket.org/MartinFelis/love- ... _of_Logcat
by fysx
Wed Feb 25, 2015 1:20 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 409620

Re: love-android-sdl2 (native, 0.9.0)

for loops must have a constant number of iterations on OpenGL ES on mobile. You unfortunately define the lengths using a uniform :( . See also http://stackoverflow.com/questions/1892 ... form-varia