Search found 86 matches
- Sat Jun 13, 2020 3:21 pm
- Forum: Support and Development
- Topic: mongoDB to Store Game MetaData?
- Replies: 2
- Views: 5078
Re: mongoDB to Store Game MetaData?
you'd have to create & set up an API somewhere on a server that the game would connect to and that would validate and insert the records into the database. you can do it with any programming language and use EC2 or Lambda or something to run it. connecting to your mongodb instance directly from ...
- Wed Apr 25, 2018 10:17 am
- Forum: General
- Topic: (suggestion) please add a way to crop a image
- Replies: 5
- Views: 4666
- Mon Apr 23, 2018 6:51 pm
- Forum: Libraries and Tools
- Topic: Hlp - collection of useful libraries for game development
- Replies: 4
- Views: 9056
Re: Hlp - collection of useful libraries for game development
https://github.com/malyutinegor/hlp/blo ... le.lua#L71
I think what you want is 'AppleLocale' not AppleLocal
I think what you want is 'AppleLocale' not AppleLocal
- Sun Mar 18, 2018 6:21 pm
- Forum: General
- Topic: LOVE users map
- Replies: 182
- Views: 130510
Re: LOVE users map
I like the avatars, though i'm guessing they aren't dynamically gotten from the forums, right? they will be outdated if someone changes theirs. (Which should be a minor issue, if the username is still shown in a tooltip or something) they are fetched whenever i decide to update the map, i got a scr...
- Sun Mar 18, 2018 5:20 pm
- Forum: General
- Topic: LOVE users map
- Replies: 182
- Views: 130510
Re: LOVE users map
thoughts on this new map with avatars instead of pins? does it look better or do the pins look cleaner?
- Mon Mar 12, 2018 1:29 pm
- Forum: General
- Topic: LOVE users map
- Replies: 182
- Views: 130510
Re: LOVE users map
updated the map
- Sun Aug 28, 2016 5:11 pm
- Forum: General
- Topic: LÖVE Executor - make .exes from .loves with a simple web app
- Replies: 18
- Views: 15538
Re: LÖVE Executor - make .exes from .loves with a simple web
I'm getting a fatal error with something about $DISPLAY. Lol, probably means there's something wrong with the ico or your .love. Next time save the full error message please, maybe I can fix it. No, it means the program can't find tbe gui environment in linux / he didnt start from within a graphica...
- Wed Apr 20, 2016 6:33 pm
- Forum: Support and Development
- Topic: Images from the Web
- Replies: 3
- Views: 4260
Re: Images from the Web
Yes. You can use luasocket's http.request and love.image.newImageData to do so.MicroMacro wrote:Is it possible, using something like lua socket or something like that, to get and use images from the web in a love project?
Thanks!
- Wed Apr 20, 2016 6:30 pm
- Forum: General
- Topic: LÖVE Executor - make .exes from .loves with a simple web app
- Replies: 18
- Views: 15538
Re: LÖVE Executor - make .exes from .loves with a simple web app
May I ask in which technology you implemented the application? node.js Just wanted to say thanks for this. I've only had the opportunity to use it twice for now, but it is really great. Add an OS/X export and you have the best LÖVE packaging tool available. np I'm still planning to add OS X and may...
- Sun Apr 10, 2016 4:34 pm
- Forum: Support and Development
- Topic: Sending notifications through iOS?
- Replies: 5
- Views: 4212
Re: Sending notifications through iOS?
what you're looking for are push notifications. they don't need the app running in the background but iirc you need an app store dev license.HugoBDesigner wrote:I would need the app to run in the background constantly while checking for updates in the server