We started to port the löve api to android (2.2, opengl es 1.1).
At the moment it is just a prototype to check if it is possible and how much work it would be.
We already ported love.timer, love.keyboard, love.mouse and first parts of love.image, love.graphics, love.filesystem.
More infos:
http://ghoulsblade.schattenkind.net/wik ... 2d-android
GitRepository:
https://github.com/hagish/love-android
love-android: discussion
love-android: discussion
Last edited by hagish on Thu Nov 17, 2011 9:58 pm, edited 2 times in total.
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: love-android
Wow, this is cool. If you have a repo of some kind, I'd love to peruse it, maybe contrib a bit
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Re: love-android
Holy crap, this is awesome. Was just daydreaming about it the other day. I'm doing quite a bit with android lately, I may be able to assist as well.
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: love-android
Is it pure java, or do you use the native interface to bridge to the original LÖVE code in C++ ? If it's the second case, I'd be very interested.
When I write def I mean function.
Re: love-android
It is pure java with luaj and android. During the day we will tidy up a bit an create the repos on probably github.
Re: love-android
First "ugly" code is online: https://github.com/hagish/love-android
Re: love-android
Holy crap, awesome!! Will keep two eyes on this project. Do you have .love-files as a part of your app or is this one single LÖVE app that runs .love files from the sdcard?
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
Re: love-android
Currently we load an unzipped love file from an hardcoded path on the sdcard.
Re: love-android
Well, if only you can choose the path yourself (one path per app), and make sure the .lua files are placed there at installation (or first run) that really works. Actually saves space kind of like app2sd. The only problem I can see is that files are going to be left behind when you uninstall the app.hagish wrote:Currently we load an unzipped love file from an hardcoded path on the sdcard.
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
Who is online
Users browsing this forum: No registered users and 0 guests