Coder Social home page Coder Social logo

opensourcegamedeveloper / love2d-android-admob Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nagolove/love2d-android-admob

0.0 0.0 0.0 14.7 MB

Fork LÖVE 11.2, android port with admob.

Makefile 2.40% Shell 4.35% CSS 0.02% HTML 0.61% C 61.00% Lua 1.82% Roff 0.07% C++ 26.11% Batchfile 0.04% CMake 0.75% M4 0.41% Java 0.26% PowerShell 0.03% Objective-C 1.92% Perl 0.13% Python 0.01% Metal 0.01% JavaScript 0.04% NSIS 0.01% Rich Text Format 0.02%

love2d-android-admob's Introduction

Android Port of LÖVE, the awesome 2D game engine LÖVE (http://love2d.org)

This repository is a fork of the projects:

Admob instruction - https://love2d.org/forums/viewtopic.php?f=5&t=84226

Quick Start:

Install the Android NDK and the Android SDK with SDK API 28, set the environment variables ANDROID_NDK, ANDROID_SDKand ANDROID_HOME, create a file local.properties with contents:

ndk.dir=/opt/android-ndk
sdk.dir=/opt/android-sdk

(you may have to adjust the paths to the install directories of the Android SDK and Android NDK on your system) and run

./gradlew build

in the root folder of this project. This should give you a .apk file in the app/build/outputs/apk/ subdirectory that you can then install on your phone.

Alternatively, you can install Android Studio. After opening it for the first time, open it's SDK Manager and on the tab "SDK Tools", select NDK. After that, open the repository root.

Put the game (game.love) in the directory (project)/app/src/main/assets (if this directory don't exist create it).

License:

This project contains code from multiple projects using various licenses. Please look into the folders of love/src/jni// for the respective licenses. A possibly incomplete overview of dependent and included libraries and licenses is the following:

  • FreeType2 (FreeType Project License)
  • libjpeg-turbo (custom license)
  • libmodplug (public domain)
  • libogg (BSD License)
  • libvorbis (BSD License)
  • LuaJIT (MIT License)
  • mpg123 (LGPL 2.1 License)
  • openal-soft (LGPL 2 License)
  • physfs (zlib License)
  • SDL2 (zlib License)

This project also includes LÖVE, which itself is licensed under the zlib license but includes the following libraries that are subject to other licenses:

  • modified Box2D (original Box2D license is zlib)
  • ddsparse (MIT License)
  • enet (MIT License)
  • glad (MIT License)
  • lodepng (zlib License)
  • luasocket (MIT License)
  • SimplexNoise1234 (public domain)
  • stb_image (public domain)
  • utf8 (Boost License)
  • wuff (public domain)

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

love2d-android-admob's People

Contributors

rozenmad avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.