Oh God, I will cry...
Really amazing work!!
The major advance in android!
love-android-sdl2 (native, 0.9.2)
Re: love-android-sdl2 (native, 0.9.0)
It's a problem when SDL try to read from a non initialized float array.Ranguna259 wrote: 1,2,3 Axis should be x,y,z the problem is that I get 0 on all of them exept 1, 1 flickers a lot between 0 and a random number.
I made a commit which apparently fixes this problem.
https://bitbucket.org/tangerinagames/lo ... elerometer
I'll submit this diff to the SDL devs.
Re: love-android-sdl2 (native, 0.9.0)
I made a script to deploy your app without install the .apk again.
Code: Select all
#!/bin/sh
INTENT="org.love2d.android/.GameActivity"
# copy the files
adb push . /sdcard/lovegame
# restart the application
adb shell am start -S -n $INTENT
Re: love-android-sdl2 (native, 0.9.0)
Wow good script, I will test it tomorrow.TangZero wrote:I made a script to deploy your app without install the .apk again.
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: love-android-sdl2 (native, 0.9.0)
I ported my 0H Game jam game, "Don't Wake the Girlfriend" to android with this!
http://missingsentinelsoftware.com/cont ... girlfriend
Thanks guys!
Direct link: http://missingsentinelsoftware.com/syst ... f5b5f6.apk
http://missingsentinelsoftware.com/cont ... girlfriend
Thanks guys!
Direct link: http://missingsentinelsoftware.com/syst ... f5b5f6.apk
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-sdl2 (native, 0.9.0)
That's awesome!josefnpat wrote:I ported my 0H Game jam game, "Don't Wake the Girlfriend" to android with this!
Re: love-android-sdl2 (native, 0.9.0)
Cargo Bot on Android
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: love-android-sdl2 (native, 0.9.0)
That looks really cool, despite that huge black spot, I'm going to start working on gesture detection.
- Roland_Yonaba
- Inner party member
- Posts: 1563
- Joined: Tue Jun 21, 2011 6:08 pm
- Location: Ouagadougou (Burkina Faso)
- Contact:
Re: love-android-sdl2 (native, 0.9.0)
It looks sweet. Is is anywhere near release ?Joemag wrote:Cargo Bot on Android
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: love-android-sdl2 (native, 0.9.0)
Aperantly the Android API has gesture detection built in, can you guys check if you can implement something like this ?
Who is online
Users browsing this forum: No registered users and 0 guests