Search found 67 matches

by Ratchet
Fri Mar 14, 2014 9:41 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 423316

Re: love-android-sdl2 (native, 0.9.0)

The turn lib workes fine but I got a problem:

I need the keyboard and use

Code: Select all

love.keyboard.setTextInput(true)
to show it. But in portrait mode the keyboard is still in landscape mode. Is there a solution for that?
by Ratchet
Thu Mar 13, 2014 9:19 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 423316

Re: love-android-sdl2 (native, 0.9.0)

I made this test for love-android today, it could make many things possible. I dont know if it works in every phone but it works in mine (LG Optimus L4 II) Tell me if it does work on yours. I wanted to test if I could use the accelerometer to detect whether the phone was on landscape or portrait mo...
by Ratchet
Fri Feb 28, 2014 7:08 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 423316

Re: love-android-sdl2 (native, 0.9.0)

Just stared my game on my Android tablet and everything runs fine! That's so damn cool!
Thank you so much.You did a great job. I will release my next game on Android, too ;)
by Ratchet
Sun Oct 27, 2013 1:32 pm
Forum: Support and Development
Topic: Share a Shader!
Replies: 328
Views: 544426

Re: Share a Shader!

I want to do a 360 ° view using a panorama image. To fake a perspective I want to use a inverted fisheye effect. The goal is a game like Myst with 360 ° environment. Or is there a better way to fake some kind of perspective?
by Ratchet
Thu Oct 17, 2013 2:33 pm
Forum: Support and Development
Topic: Share a Shader!
Replies: 328
Views: 544426

Re: Share a Shader!

Does anybody got a inverted fisheye shader or know how to do that?
by Ratchet
Wed Apr 17, 2013 10:00 am
Forum: LÖVE-Android
Topic: How to save/load data to/from file?
Replies: 4
Views: 8503

Re: How to save/load data to/from file?

Would be great to see this working in the near future. I guess love is great for making stuff for android but quite useless if you even can't store the player's name :awesome:
by Ratchet
Mon Apr 08, 2013 10:37 am
Forum: LÖVE-Android
Topic: How to save/load data to/from file?
Replies: 4
Views: 8503

How to save/load data to/from file?

I want to store game data like highscores or something but i.e the love.filesystem.write won't work. Is this a problem of the path I use?
"/mnt/sdcard/Android/data/com.ratchet.gamename/filename.txt"