Search found 2 matches

by eickot
Tue Dec 17, 2013 6:17 pm
Forum: General
Topic: Love2d Packager script
Replies: 1
Views: 1661

Love2d Packager script

Hello, Today I decided to made a little python script to package Love2D projects into a .love file and windows and mac executables. I used the Game Distribution documentation ( http://www.love2d.org/wiki/Game_Distribution ), It's not a big script, but can be made easy to make a package to distribute...
by eickot
Mon Dec 16, 2013 5:15 pm
Forum: General
Topic: Json/Rest library
Replies: 1
Views: 1840

Json/Rest library

Hello everybody, Thanks for this great framework! I'm doing a multiplayer asyncronous prototype game, and I made a little library that mades Rest calls on a thread. I wish to share with people, for If anybody things they should be usefull. Library link is: https://github.com/Dracks/Love2DRestClient ...