Difference between revisions of "Love2d-android"
From Ghoulwiki
Ghoulsblade (talk | contribs) (→not yet working) |
Ghoulsblade (talk | contribs) (→not yet working) |
||
Line 17: | Line 17: | ||
* loading .love files from sd card directly without unpacking (up soon) | * loading .love files from sd card directly without unpacking (up soon) | ||
* ttf fonts (note: http://developer.android.com/reference/android/renderscript/Font.html) | * ttf fonts (note: http://developer.android.com/reference/android/renderscript/Font.html) | ||
− | * box2d (note: http://code.google.com/p/androidbox2d/ ) | + | * a bunch of love.graphics calls isn't implemented yet |
+ | * love.physics : box2d (note: http://code.google.com/p/androidbox2d/ ) | ||
* love.threads (note: http://developer.android.com/reference/java/lang/Thread.html ) | * love.threads (note: http://developer.android.com/reference/java/lang/Thread.html ) | ||
+ | * love.graphics.printf : word-wrapping currently ignores word boundaries and just wraps characters (lowprio for now) | ||
+ | * love.event (lowprio for now) | ||
== WE NEED HELP! == | == WE NEED HELP! == |
Revision as of 11:37, 10 November 2011
about
We started to port the löve api to android
- currently android 2.2 since that's the device we're testing on (milestone), opengl ES 1.0 (we might upgrade to ES 1.1 to use vertex buffer)
- At the moment it is just a prototype to check if it is possible and how much work it would be.
links
- github : https://github.com/hagish/love-android
- forum thread : http://love2d.org/forums/viewtopic.php?f=5&t=3879
- early youtube vid http://www.youtube.com/watch?v=tfbTX30My7o&feature=youtu.be
not yet working
- audio (up next)
- loading .love files from sd card directly without unpacking (up soon)
- ttf fonts (note: http://developer.android.com/reference/android/renderscript/Font.html)
- a bunch of love.graphics calls isn't implemented yet
- love.physics : box2d (note: http://code.google.com/p/androidbox2d/ )
- love.threads (note: http://developer.android.com/reference/java/lang/Thread.html )
- love.graphics.printf : word-wrapping currently ignores word boundaries and just wraps characters (lowprio for now)
- love.event (lowprio for now)
WE NEED HELP!
- luaj bug remove-from-table-during-iteration : http://sourceforge.net/tracker/?func=detail&aid=3430986&group_id=197627&atid=962226
additional api
- multi-touch screen
- loading from resources embedded into the app/pack rather than from filepath on sdcard
- accelerometer, gravity sensor, gps