Difference between revisions of "Love2d-android"

From Ghoulwiki
Jump to: navigation, search
(not yet working)
(not yet working)
Line 20: Line 20:
 
* love.physics : box2d  (note: http://code.google.com/p/androidbox2d/ )
 
* 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.font  custom font loaders and rasterizers (lowprio for now)
 +
* love.image  custom image decoders and buffers (lowprio for now)
 +
* love.sound  custom sound decoders and buffers (lowprio for now)
 
* love.graphics.printf : word-wrapping currently ignores word boundaries and just wraps characters (lowprio for now)
 
* love.graphics.printf : word-wrapping currently ignores word boundaries and just wraps characters (lowprio for now)
 
* love.event (lowprio for now)
 
* love.event (lowprio for now)

Revision as of 11:40, 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

not yet working

WE NEED HELP!

additional api

  • multi-touch screen
  • loading from resources embedded into the app/pack rather than from filepath on sdcard
  • accelerometer, gravity sensor, gps