No Description

Martin Felis 78cb9c5539 alpha6 using newest Löve GLES code 12 years ago
.externalToolBuilders 2e6560d917 build settings: using project locations instead of workspace relative paths 12 years ago
.settings 73d1ceb81d initial commit 12 years ago
jni 78cb9c5539 alpha6 using newest Löve GLES code 12 years ago
res 7429cf4a96 remove unused files from res/ 12 years ago
src b92439b60c Bumped SDL2 to the latest development version. 12 years ago
.classpath bf4cdc5743 It compiles and exectes (but crashes on startup) 12 years ago
.gitignore 163286a180 further adjusted .gitignore 12 years ago
.project ec2bf449e9 eclipse: added builders 12 years ago
AndroidManifest.xml 78cb9c5539 alpha6 using newest Löve GLES code 12 years ago
README.md b92439b60c Bumped SDL2 to the latest development version. 12 years ago
ant.properties 73d1ceb81d initial commit 12 years ago
build.properties 73d1ceb81d initial commit 12 years ago
build.xml 3134dc65b9 added better build instructions and set proper project name 12 years ago
default.properties 69b200b144 Updated to love-android changeset 3b5e5e182a00 12 years ago
proguard-project.txt 73d1ceb81d initial commit 12 years ago
project.properties 69b200b144 Updated to love-android changeset 3b5e5e182a00 12 years ago

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.

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).