Page 4 of 8
Re: love-java-android/love-native-android: project informati
Posted: Mon Sep 10, 2012 8:10 pm
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.
Oh, and a question, is the particle system working?
Because my particle doesn't appear.
Re: love-java-android/love-native-android: project informati
Posted: Mon Sep 10, 2012 10:39 pm
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?
Re: love-java-android/love-native-android: project informati
Posted: Tue Sep 11, 2012 6:27 am
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?
Re: love-java-android/love-native-android: project informati
Posted: Tue Sep 11, 2012 7:19 am
by T-Bone
On the first post in this thread

Re: love-java-android/love-native-android: project informati
Posted: Tue Sep 11, 2012 5:51 pm
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
Re: love-java-android/love-native-android: project informati
Posted: Tue Sep 11, 2012 7:28 pm
by Moe
Petunien wrote:Wait, that means you ported every function of LÖVE? That would be awesome.

Yes.

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...
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.

Re: love-java-android/love-native-android: project informati
Posted: Tue Sep 11, 2012 7:38 pm
by Petunien
Moe wrote:
Yes.

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.

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

)
Re: love-java-android/love-native-android: project informati
Posted: Tue Sep 11, 2012 7:57 pm
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.

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

)
[/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.

Re: love-java-android/love-native-android: project informati
Posted: Tue Sep 11, 2012 8:05 pm
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!
Re: love-java-android/love-native-android: project informati
Posted: Wed Sep 12, 2012 3:24 pm
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.