I think there might be something in here:https://github.com/vrld/moonshine
Search found 7 matches
- Wed Jul 22, 2020 8:25 pm
- Forum: Games and Creations
- Topic: H0ard3() Rel0aded - a hectic top-down shooter
- Replies: 5
- Views: 4369
Re: H0ard3() Rel0aded - a hectic top-down shooter
- Sun Jul 05, 2020 6:02 pm
- Forum: Support and Development
- Topic: Save on iOS?
- Replies: 2
- Views: 855
Re: Save on iOS?
I was handling saving in
which as slime pointed out in the Discord doesn't really work on iOS. Changing it to fixed it!
Code: Select all
love.quit
Code: Select all
love.focus
- Sun Jul 05, 2020 4:54 pm
- Forum: Support and Development
- Topic: Save on iOS?
- Replies: 2
- Views: 855
Save on iOS?
Hello, Is it possible to create a savefile on iOS? I have a LOVE project that saves correctly when run on a computer, but it does not appear to work on iOS. It uses love.filesystem.read and love.filesystem.write with binser in order to save. On the wiki, there is no save path listed for iOS, so give...
- Sun Apr 26, 2020 7:32 pm
- Forum: Support and Development
- Topic: LÖVE does not support iPhone 5 (?)
- Replies: 4
- Views: 1767
Re: LÖVE does not support iPhone 5 (?)
My app (metro.drone) was approved by the app store, so it looks like iPhone 5 support is not necessary. Thank you!
- Thu Apr 23, 2020 3:30 pm
- Forum: Support and Development
- Topic: LÖVE does not support iPhone 5 (?)
- Replies: 4
- Views: 1767
Re: LÖVE does not support iPhone 5 (?)
The iPhone 5 has a screen size of 4 inches, but there's no place for a 4 inch screenshot for the App Store on the App Submission page, so it's looking like I do not need to support the iPhone 5.
- Wed Apr 22, 2020 9:25 pm
- Forum: Support and Development
- Topic: LÖVE does not support iPhone 5 (?)
- Replies: 4
- Views: 1767
Re: LÖVE does not support iPhone 5 (?)
Unfortunately, I do not have an iPhone 5 to test it on. Admittedly, my main concern is that not supporting the iPhone 5 will prevent it from being accepted onto the App Store. Apple has officially dropped support for iPhone 5, but I'm not sure if I still need to support it in order to get past their...
- Wed Apr 22, 2020 12:22 am
- Forum: Support and Development
- Topic: LÖVE does not support iPhone 5 (?)
- Replies: 4
- Views: 1767
LÖVE does not support iPhone 5 (?)
LÖVE does not appear to work on the iPhone 5 emulator from Xcode. Running a LÖVE game in Xcode yields the following error: Error wrap_Math.lua:35: Cannot push love object to Lua: unexpected alignment (pointer is 0x7a2453c8 but alignment should be 16) Traceback [C]: in function '_getRandomGenerator' ...