Difference between revisions of "Love2d-android"

From Ghoulwiki
Jump to: navigation, search
(not yet working)
(WE NEED HELP!)
Line 28: Line 28:
 
== WE NEED HELP! ==
 
== WE NEED HELP! ==
  
* luaj bug remove-from-table-during-iteration : http://sourceforge.net/tracker/?func=detail&aid=3430986&group_id=197627&atid=962226   
+
* luaj bug remove-from-table-during-iteration : http://sourceforge.net/tracker/?func=detail&aid=3430986&group_id=197627&atid=962226
 +
* any idea for how to simplify packaging like  win/linux   appending a .love directly to the end of the executable ?
  
 
== additional api ==
 
== additional api ==

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