Search found 31 matches
- Sun Apr 01, 2018 9:32 pm
- Forum: Games and Creations
- Topic: Frog Hotel, my lovely new game, is on Kickstarter
- Replies: 7
- Views: 7161
Re: Frog Hotel, my lovely new game, is on Kickstarter
Wow, the editor look awesome! Is that 3D running on LOVE ?
- Thu Mar 22, 2018 12:15 pm
- Forum: Games and Creations
- Topic: Bump in the Night
- Replies: 16
- Views: 16878
Re: Bump in the Night
This is probably the best game I ever tried on love2d forum, reminding me of Metal Gear Solid on PSX.
BTW, the problem with this game is it won't work well with 1366x768 monitor.
BTW, the problem with this game is it won't work well with 1366x768 monitor.
- Sun Mar 18, 2018 11:12 am
- Forum: Games and Creations
- Topic: Aarstider [Released]
- Replies: 30
- Views: 47687
Re: Aarstider
The game has a bug. When I press [left] & [right] keyboard button at the same time, the background movement is somewhat awkward. The game returned error after the character flying & I click the house. BTW, the game resokution is too high. My display resolution is 1366x768, and the bottom par...
- Fri Mar 16, 2018 4:10 pm
- Forum: Games and Creations
- Topic: Aarstider [Released]
- Replies: 30
- Views: 47687
Re: Aarstider
Looks good. Where can I download this?
- Fri Mar 16, 2018 4:02 pm
- Forum: Games and Creations
- Topic: Falcon Land #CanJam18
- Replies: 2
- Views: 3346
Re: Falcon Land #CanJam18
The best part of this game is Elon Musk voice.
Perhaps you should change Trump voice to frog voice :-D
Perhaps you should change Trump voice to frog voice :-D
- Tue Nov 14, 2017 4:44 pm
- Forum: Ports
- Topic: LöveFTW - preview release
- Replies: 81
- Views: 213300
Re: LöveFTW - preview release
Have you guys tried to deploy love game using Love.js/HTML5 & WebView (Visual Studio 2017, Win10 UWP app) ? I already tried this when using Kiwi.js sample games (Visual Studio 2013, as Win8 app) a year ago and put the files on "Assets" directory, and load the index.html file with WebVi...
- Wed Nov 08, 2017 12:08 am
- Forum: Support and Development
- Topic: [Android] libgnustl_shared.so license is GPLv3 not LPGL?
- Replies: 2
- Views: 3251
Re: [Android] libgnustl_shared.so license is GPLv3 not LPGL?
Thanks, I didn't know that.
Might be a good reason to replace gnustl with LLVM libc++, because gnustl will be removed from Android NDK in near future.
Might be a good reason to replace gnustl with LLVM libc++, because gnustl will be removed from Android NDK in near future.
- Tue Nov 07, 2017 8:47 pm
- Forum: Support and Development
- Topic: [Android] libgnustl_shared.so license is GPLv3 not LPGL?
- Replies: 2
- Views: 3251
[Android] libgnustl_shared.so license is GPLv3 not LPGL?
I recently read this gnustl from android developer page. The shared library for this runtime is libgnustl_shared.so, and the static library is libgnustl_static.a. gnustl is covered by the GPLv3 license, and not the LGPLv2 or LGPLv3. For more information, see the license on the GCC website. The curre...
- Sat Nov 04, 2017 9:27 pm
- Forum: Support and Development
- Topic: How to build Love2d statically on Windows without dependency (single .exe)?
- Replies: 7
- Views: 8097
Re: How to build Love2d statically on Windows without dependency (single .exe)?
Yes this is off topic, but what Steam doing is exactly same like App Store/Play Store/Windows Store. It simplify the installation, uninstallation, and updates. It's much easier to most people to install/uninstall apps from App Store than to extract & run a game from zip file. Compared to zip fil...
- Sat Nov 04, 2017 5:59 pm
- Forum: Support and Development
- Topic: How to build Love2d statically on Windows without dependency (single .exe)?
- Replies: 7
- Views: 8097
Re: How to build Love2d statically on Windows without dependency (single .exe)?
Many games are targeted for kids. Most of them don't even know what's the difference between exe & dll. Some of them may try to click the dll. Because in reality many people (including most of the adults) don't even know how to (install/uninstall/extract from zip file/run the exe) a regular Win3...