love-java-android/love-native-android: project information

A project to port LÖVE to Android handhelds
User avatar
Petunien
Party member
Posts: 191
Joined: Fri Feb 03, 2012 8:02 pm
Location: South Tyrol (Italy)

Re: love-java-android/love-native-android: project informati

Post by Petunien »

I just want to say thank you for your work and effort!
I started with a little project on my little mobilephone and it's very funny.

I'm looking forwards to other updates and extensions. Please keep the work up. :awesome:

Oh, and a question, is the particle system working?
Because my particle doesn't appear.
"Docendo discimus" - Lucius Annaeus Seneca
Moe
Party member
Posts: 115
Joined: Thu Dec 22, 2011 10:20 pm

Re: love-java-android/love-native-android: project informati

Post by Moe »

Thank you.
Well, we ported all parts of the engine and are looking for bugs now. I think the biggest one is the file system access. We have one particle demo that works pretty well, so I am not sure what causes your issues. Did you test it on a PC as well? Does it work on it?
User avatar
miko
Party member
Posts: 410
Joined: Fri Nov 26, 2010 2:25 pm
Location: PL

Re: love-java-android/love-native-android: project informati

Post by miko »

Moe wrote:Thank you.
Well, we ported all parts of the engine and are looking for bugs now. I think the biggest one is the file system access. We have one particle demo that works pretty well, so I am not sure what causes your issues. Did you test it on a PC as well? Does it work on it?
Where I can find a recent *.apk?
My lovely code lives at GitHub: http://github.com/miko/Love2d-samples
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: love-java-android/love-native-android: project informati

Post by T-Bone »

On the first post in this thread :neko:
User avatar
Petunien
Party member
Posts: 191
Joined: Fri Feb 03, 2012 8:02 pm
Location: South Tyrol (Italy)

Re: love-java-android/love-native-android: project informati

Post by Petunien »

Moe wrote:Thank you.
Well, we ported all parts of the engine and are looking for bugs now. I think the biggest one is the file system access. We have one particle demo that works pretty well, so I am not sure what causes your issues. Did you test it on a PC as well? Does it work on it?
Wait, that means you ported every function of LÖVE? That would be awesome. :)

But anyway, which particle demo do you mean? I don't find any on github.
My particle works perfectly on my PC.

And is this list here still updated?
http://ghoulsblade.schattenkind.net/wik ... 2d-android
"Docendo discimus" - Lucius Annaeus Seneca
Moe
Party member
Posts: 115
Joined: Thu Dec 22, 2011 10:20 pm

Re: love-java-android/love-native-android: project informati

Post by Moe »

Petunien wrote:Wait, that means you ported every function of LÖVE? That would be awesome. :)
Yes. :cool:
Well, we ported all functions in love-native-android - actually we took the source code and made it run on Android. love-java-android started to reimplement all functions.
Only the native version is actively developed.
But anyway, which particle demo do you mean? I don't find any on github.
Uff, I got mine from hagish, I do not know where he found it...
My particle works perfectly on my PC.[/qoute]
Do you mind sharing it? You can also mail it to me, but debugging is much more fun - if at all - if you have some repro cases...
And is this list here still updated?
http://ghoulsblade.schattenkind.net/wik ... 2d-android
Wait a second. Which version do you use? The Java or native version?
I do not know if the list is still fine, it was always for the Java version, but I never worked actively on it. I made some good arguments for doing a native port and ended as one of the maintainers of the native one. :cool:
User avatar
Petunien
Party member
Posts: 191
Joined: Fri Feb 03, 2012 8:02 pm
Location: South Tyrol (Italy)

Re: love-java-android/love-native-android: project informati

Post by Petunien »

Moe wrote: Yes. :cool:
Well, we ported all functions in love-native-android.
Great!
Moe wrote: Uff, I got mine from hagish, I do not know where he found it...
I'm gonna search it.
Moe wrote: Do you mind sharing it? You can also mail it to me, but debugging is much more fun - if at all - if you have some repro cases...
It's just a little particle, nothing specially. I don't think there's the problem. :)
Moe wrote: Wait a second. Which version do you use? The Java or native version?
I do not know if the list is still fine, it was always for the Java version, but I never worked actively on it. I made some good arguments for doing a native port and ended as one of the maintainers of the native one. :cool:
I'm a noob. I don't distinguish all the versions.
I'm using the version: "------ löve2d source port to android - love-native-android -----------------------------"
(By the way, the structure of the first post isn't that easy to read, in my opinion :P)
"Docendo discimus" - Lucius Annaeus Seneca
Moe
Party member
Posts: 115
Joined: Thu Dec 22, 2011 10:20 pm

Re: love-java-android/love-native-android: project informati

Post by Moe »

Petunien wrote:
Moe wrote: Do you mind sharing it? You can also mail it to me, but debugging is much more fun - if at all - if you have some repro cases...
It's just a little particle, nothing specially. I don't think there's the problem. :)
Well, we actually support all kind of particle systems. So if it does not work, I would like to have a app that I can test. I will not start in experimenting with particle systems until I find one that works on PC and not on Android...
Petunien wrote:
Moe wrote: Wait a second. Which version do you use? The Java or native version?
I do not know if the list is still fine, it was always for the Java version, but I never worked actively on it. I made some good arguments for doing a native port and ended as one of the maintainers of the native one. :cool:
I'm a noob. I don't distinguish all the versions.
I'm using the version: "------ löve2d source port to android - love-native-android -----------------------------"
(By the way, the structure of the first post isn't that easy to read, in my opinion :P)
[/quote]
You should be sure that you installed love-native-andoid.apk.
I did not create the first post but I will give hagish your feedback when I see him next time - if he hasn't read the post meanwhile. :)
User avatar
Petunien
Party member
Posts: 191
Joined: Fri Feb 03, 2012 8:02 pm
Location: South Tyrol (Italy)

Re: love-java-android/love-native-android: project informati

Post by Petunien »

Moe wrote: Well, we actually support all kind of particle systems. So if it does not work, I would like to have a app that I can test. I will not start in experimenting with particle systems until I find one that works on PC and not on Android...
Ok. I'll make a test app later. :)
Moe wrote:
You should be sure that you installed love-native-andoid.apk.
I did not create the first post but I will give hagish your feedback when I see him next time - if he hasn't read the post meanwhile. :)
It isn't that important. It's just confusing for newbies and someone like me, who doesn't speak english very well. :)

Thank you anyway!
"Docendo discimus" - Lucius Annaeus Seneca
User avatar
Petunien
Party member
Posts: 191
Joined: Fri Feb 03, 2012 8:02 pm
Location: South Tyrol (Italy)

Re: love-java-android/love-native-android: project informati

Post by Petunien »

I made a little particle which is working fine on my PC.
It doesn't work on my little Samsung GT i5500 (Android 2.2).

Maybe you see the error or there's another trouble.

It's in the attached files.
Attachments
ParticleDemo.love
(1.47 KiB) Downloaded 262 times
"Docendo discimus" - Lucius Annaeus Seneca
Locked

Who is online

Users browsing this forum: No registered users and 16 guests