Žiadny popis

fysx 35f95a0c58 new build script for LuaJIT, adapted from moai-dev (thanks to Jairo Luiz) 12 rokov pred
.externalToolBuilders 2e6560d917 build settings: using project locations instead of workspace relative paths 12 rokov pred
.settings 73d1ceb81d initial commit 12 rokov pred
jni 35f95a0c58 new build script for LuaJIT, adapted from moai-dev (thanks to Jairo Luiz) 12 rokov pred
res 7429cf4a96 remove unused files from res/ 12 rokov pred
src 2b99a488d3 Expose Android Display Metrics to Löve 12 rokov pred
.classpath bf4cdc5743 It compiles and exectes (but crashes on startup) 12 rokov pred
.gitignore 35f95a0c58 new build script for LuaJIT, adapted from moai-dev (thanks to Jairo Luiz) 12 rokov pred
.project ec2bf449e9 eclipse: added builders 12 rokov pred
AndroidManifest.xml ba5f33f9aa updated to latest love-android revision (aada9b59bcdf) 12 rokov pred
README.md 3b0367e20b fixed alpha version in changelog 12 rokov pred
ant.properties 73d1ceb81d initial commit 12 rokov pred
build.properties 73d1ceb81d initial commit 12 rokov pred
build.xml 3134dc65b9 added better build instructions and set proper project name 12 rokov pred
default.properties 69b200b144 Updated to love-android changeset 3b5e5e182a00 12 rokov pred
proguard-project.txt 73d1ceb81d initial commit 12 rokov pred
project.properties 69b200b144 Updated to love-android changeset 3b5e5e182a00 12 rokov pred

README.md

Android Port of LÖVE, the awesome 2D game engine LÖVE (http://love2d.org) Copyright (c) 2013 Martin Felis [email protected]

Instructions:

Install the Android NDK and the Android SDK with SDK API 12 and run

ndk-build

and after that

ant debug

in the root folder of this project or load the project using Eclipse and compile/run it using Eclipse.

This should give you a .apk file in the bin/ subdirectory that you can then install on your phone.

Changelog:

alpha7:

  • love.system.getOS() now returns "Android"
  • hardware search key is reported as "search"
  • switched to mobile-common branch
  • using new love.touch module (love.touchpressed(id,x,y,p), love.touchmoved(id,x,y,p), love.touchmoved(id,x,y,p))
  • added LOVE_ANDROID define

License:

This project contains code from various projects using various licenses. Please look into the folders of jni// for the respective licenses.

As for the other code and build system files, these are published under the zlib license (same as LÖVE).