love-android: discussion

A project to port LÖVE to Android handhelds
Locked
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: love-android: discussion

Post by josefnpat »

I finally got a chance to put this on my phone, and it's pretty fantastic guys!

keep up the good work. Once this is stable, I can see a lot of projects using this!
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
miko
Party member
Posts: 410
Joined: Fri Nov 26, 2010 2:25 pm
Location: PL

Re: love-android

Post by miko »

ghoulsblade wrote: should display 3 lines with different font,
1) default font in white (works correctly on my milestone)
2) non-power-of-2 image font in black (316x6) (i only get white boxes on my milestone)
3) power-of-2 (512x8) image font in red (works correctly on my milestone)
4) non-power-of-2 image used for the font (316x6) (i only get a big white box on my milestone)
Thanks, this is big step forward! 1) and 3) work for me, yet in landscape mode they look almost unreadable. I think the characters should not scale when the orientation (and screen resolution) changes.
My lovely code lives at GitHub: http://github.com/miko/Love2d-samples
User avatar
ghoulsblade
Party member
Posts: 111
Joined: Sun Oct 31, 2010 6:11 pm

Re: love-android: discussion

Post by ghoulsblade »

try adding
t.android_native_screen = true
to conf.lua to keep native resolution =)
love-android - gamejams
Fantom7
Prole
Posts: 1
Joined: Sat Dec 06, 2008 8:04 pm

Re: love-android: discussion

Post by Fantom7 »

when it will goes to oficial release in site?
I stoped for a wile but i am backing to love developement now
sincain
Prole
Posts: 1
Joined: Mon Apr 18, 2011 7:45 am

Re: love-android: discussion

Post by sincain »

Wow, this is really cool, I will keep watching your work.

Is there any method that I can just install an love-android app
just like others ? I mean just install an apk file, and one
can run it.
User avatar
ghoulsblade
Party member
Posts: 111
Joined: Sun Oct 31, 2010 6:11 pm

Re: love-android: discussion

Post by ghoulsblade »

the download link for the apk is this : http://ghoulsblade.schattenkind.net/lov ... ndroid.apk
just download in browser, drag down the notifications bar and click it, it'll ask if you want to install it then.
it's still early work in progress, but can play a few .love files alread :
e.g. clouds demo, or in your face city trains, maybe others, didn't test too many.
you need to have the .love files in your downloads folder, or in sdcard/love/ for it to list them
love-android - gamejams
jdriselvato
Prole
Posts: 1
Joined: Mon Sep 12, 2011 12:30 am

Re: love-android: discussion

Post by jdriselvato »

Wow thats awesome that your doing this. I am also interested in checking out the source and how your porting it. I'll check out the repo soon. :ultrahappy:
User avatar
Jasoco
Inner party member
Posts: 3725
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

Re: love-android: discussion

Post by Jasoco »

Is there any way to get rid of the status bar and the title bar so it can use the full screen area? I tried the new t.android_native_screen and the fullscreen options. Is it just not implemented yet?

Also, does it not support Circle, Rectangle and Line yet? I can't get a circle to draw at all. But images work fine.
User avatar
hagish
Citizen
Posts: 85
Joined: Thu May 01, 2008 12:51 pm
Contact:

Re: love-android: discussion

Post by hagish »

Lines and circles are not implemented yet and currently there is no option for real fullscreen without the status bar. But that is just a matter of time ;)
User avatar
Taehl
Dreaming in associative arrays
Posts: 1025
Joined: Mon Jan 11, 2010 5:07 am
Location: CA, USA
Contact:

Re: love-android: discussion

Post by Taehl »

I know that to hide the title and status bars, an Activity can have:

Code: Select all

public void onCreate(Bundle savedInstanceState) {
	this.requestWindowFeature(Window.FEATURE_NO_TITLE);
	this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
}
Not sure if that applies here, but I hope it helps.
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Locked

Who is online

Users browsing this forum: No registered users and 19 guests