love-android: discussion

A project to port LÖVE to Android handhelds
Locked
User avatar
ghoulsblade
Party member
Posts: 111
Joined: Sun Oct 31, 2010 6:11 pm

Re: love-android: discussion

Post by ghoulsblade »

Taehl wrote: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.
awesome, thank you!
implemented when conf.lua : t.screen.fullscreen = true
new apk with this is up if anyone wants to try : http://ghoulsblade.schattenkind.net/lov ... ndroid.apk
love-android - gamejams
User avatar
ghoulsblade
Party member
Posts: 111
Joined: Sun Oct 31, 2010 6:11 pm

Re: love-android: discussion

Post by ghoulsblade »

Lines and circles are implemented now : http://ghoulsblade.schattenkind.net/lov ... ndroid.apk
love.graphics.line,circle,quad,triangle,polygon,rectangle,point
love-android - gamejams
User avatar
kraftman
Party member
Posts: 277
Joined: Sat May 14, 2011 10:18 am

Re: love-android: discussion

Post by kraftman »

ghoulsblade wrote:Lines and circles are implemented now : http://ghoulsblade.schattenkind.net/lov ... ndroid.apk
love.graphics.line,circle,quad,triangle,polygon,rectangle,point

woo!!! fonts circles and squares! thanks!
User avatar
TechnoCat
Inner party member
Posts: 1611
Joined: Thu Jul 30, 2009 12:31 am
Location: Denver, CO
Contact:

Re: love-android: discussion

Post by TechnoCat »

kraftman wrote:fonts circles and squares!
Oh my!
User avatar
vrld
Party member
Posts: 917
Joined: Sun Apr 04, 2010 9:14 pm
Location: Germany
Contact:

Re: love-android: discussion

Post by vrld »

I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum.

hump | HC | SUIT | moonshine
User avatar
ghoulsblade
Party member
Posts: 111
Joined: Sun Oct 31, 2010 6:11 pm

Re: love-android: discussion

Post by ghoulsblade »

devnews: http://ghoulsblade.schattenkind.net/lov ... ndroid.apk
particle system implementation started,
so far emitters are always running and color + movement stuff doesn't work yet, but it's a start =)
love-android - gamejams
User avatar
kraftman
Party member
Posts: 277
Joined: Sat May 14, 2011 10:18 am

Re: love-android: discussion

Post by kraftman »

ghoulsblade wrote:devnews: http://ghoulsblade.schattenkind.net/lov ... ndroid.apk
particle system implementation started,
so far emitters are always running and color + movement stuff doesn't work yet, but it's a start =)
Brilliant! Let me know if there is any testing I can do to help!
User avatar
ghoulsblade
Party member
Posts: 111
Joined: Sun Oct 31, 2010 6:11 pm

Re: love-android: discussion

Post by ghoulsblade »

update: particle emitter on/off/lifetime and linear particle movement works now, still no rotation stuff

what i'd really like to see is some small app playing with that sensordata especially "orientation" (compass+roll/pitch),
the sensortest.love i upped in the "sensors and multitouch" thread should have all the infos needed to access them.
e.g. draw a compass needle, and let ball/marble roll around the screen from roll/pitch info.
love-android - gamejams
User avatar
ghoulsblade
Party member
Posts: 111
Joined: Sun Oct 31, 2010 6:11 pm

Re: love-android: discussion

Post by ghoulsblade »

update : most of the remaining particlsystem parameters, particlesystem vertexcolor, love.graphics.setBlendMode and setColorMode implemented =)
http://ghoulsblade.schattenkind.net/lov ... ndroid.apk
love-android - gamejams
User avatar
miko
Party member
Posts: 410
Joined: Fri Nov 26, 2010 2:25 pm
Location: PL

Re: love-android: discussion

Post by miko »

ghoulsblade wrote:e.g. draw a compass needle, and let ball/marble roll around the screen from roll/pitch info.
There you go.
Attachments
Compass.love
(2.04 KiB) Downloaded 176 times
My lovely code lives at GitHub: http://github.com/miko/Love2d-samples
Locked

Who is online

Users browsing this forum: No registered users and 77 guests