Page 8 of 10

Re: nlove (LÖVE 0.7.0) beta for Caanoo Handheld

Posted: Tue Dec 07, 2010 10:34 am
by kalle2990
That's what I'm about to try :)

EDIT: The no game screen runs slower when not scaled, somehow.. I tried loading the snake.love too. Works great, except the fact I need to use the folder and can't use the .love file.

Re: nlove (LÖVE 0.7.0) beta for Caanoo Handheld

Posted: Tue Dec 07, 2010 2:58 pm
by headchant
after nearly 2 pages of _android_ nlove one might consider creating a dedicated thread for that topic

ontopic:
Can I help start documenting the nlove for caanoo stuff or is there any available somewhere?

Re: nlove (LÖVE 0.7.0) beta for Caanoo Handheld

Posted: Wed Dec 08, 2010 9:14 pm
by kalle2990
I'm trying to get this to work, it seems like pressing the screen slows the game down to 1 FPS, otherwise it seems to keep a straight 15 FPS.. I have experienced that android lags a little when dragging your finger but not this much :cry: Any idea of how I can find a solution?

Re: nlove (LÖVE 0.7.0) beta for Caanoo Handheld

Posted: Thu Jan 13, 2011 1:36 am
by ZenX2
I'm finally getting a Caanoo, and I've been working on making my engine compatible for the past couple days.
Is there an actual list of the unsupported functions? I want to be prepared.

Re: nlove (LÖVE 0.7.0) beta for Caanoo Handheld

Posted: Thu Jan 13, 2011 5:20 pm
by headchant
I don't think there is.

But you should avoid anything that uses opengl. Unfortunately love.translate and love.rotate do not work either. Heck, even love.graphics.setColor doesn't work always. You can get the best performance when you only use "primitives" like love.rectangle, love.circle etc. Otherwise I have to warn you that this is really only a beta(beta as in beta!) and you won't get any high fps.

Got my Caanoo about a month ago and absolutely love it! Only problem right now is that LÖVE is really slow especially when drawing stuff like images :( I hope to contribute to the nlove on Caanoo project(and make it faster) when I find some time in february...maybe lnum bumps up the performance a bit

Re: nlove (LÖVE 0.7.0) beta for Caanoo Handheld

Posted: Thu Jan 13, 2011 8:43 pm
by Jasoco
Hopefully in time it'll get better. I really want to get one of these things and play with it!

Re: nlove (LÖVE 0.7.0) beta for Caanoo Handheld

Posted: Fri Jan 14, 2011 1:09 am
by ZenX2
redlock wrote:I don't think there is.

But you should avoid anything that uses opengl. Unfortunately love.translate and love.rotate do not work either. Heck, even love.graphics.setColor doesn't work always. You can get the best performance when you only use "primitives" like love.rectangle, love.circle etc. Otherwise I have to warn you that this is really only a beta(beta as in beta!) and you won't get any high fps.

Got my Caanoo about a month ago and absolutely love it! Only problem right now is that LÖVE is really slow especially when drawing stuff like images :( I hope to contribute to the nlove on Caanoo project(and make it faster) when I find some time in february...maybe lnum bumps up the performance a bit
Well, I'm glad my game doesn't use images or translate/scale.

Re: nlove (LÖVE 0.7.0) beta for Caanoo Handheld

Posted: Fri Jan 14, 2011 2:15 am
by Buddy4point0
I've been thinking about buying a gp2x or some other programming handheld for a while now.
I hadn't heard of the caanoo before, but it looks pretty good.

Now that I'm programming with love, and it's working with this handheld, I might consider getting one of these.

What other handhelds does love work with?
And if not love, are their any other popular lua interpreters for handhelds?

Re: nlove (LÖVE 0.7.0) beta for Caanoo Handheld

Posted: Fri Jan 14, 2011 11:22 pm
by ZenX2
I got my Caanoo!
How do I register it? I can't figure it out.
I got the client thingy from the website, but I still can't find any registration instructions.
Wait, it's showing up as a disk drive.

Re: nlove (LÖVE 0.7.0) beta for Caanoo Handheld

Posted: Sun Jan 16, 2011 7:55 pm
by headchant
I'll just leave this here.

(P.S: It's a small space invaders clone, only works on caanoo nlove)