Search found 86 matches

by unek
Sat Jun 13, 2020 3:21 pm
Forum: Support and Development
Topic: mongoDB to Store Game MetaData?
Replies: 2
Views: 4838

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 ...
by unek
Sun Mar 18, 2018 6:21 pm
Forum: General
Topic: LOVE users map
Replies: 182
Views: 117859

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...
by unek
Sun Mar 18, 2018 5:20 pm
Forum: General
Topic: LOVE users map
Replies: 182
Views: 117859

Re: LOVE users map

Image
thoughts on this new map with avatars instead of pins? does it look better or do the pins look cleaner?
by unek
Mon Mar 12, 2018 1:29 pm
Forum: General
Topic: LOVE users map
Replies: 182
Views: 117859

Re: LOVE users map

updated the map
by unek
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: 14295

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...
by unek
Wed Apr 20, 2016 6:33 pm
Forum: Support and Development
Topic: Images from the Web
Replies: 3
Views: 3827

Re: Images from the Web

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!
Yes. You can use luasocket's http.request and love.image.newImageData to do so.
by unek
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: 14295

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...
by unek
Sun Apr 10, 2016 4:34 pm
Forum: Support and Development
Topic: Sending notifications through iOS?
Replies: 5
Views: 3953

Re: Sending notifications through iOS?

HugoBDesigner wrote:I would need the app to run in the background constantly while checking for updates in the server
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.