Json/Rest library
Posted: Mon Dec 16, 2013 5:15 pm
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
I've use a custom implementation of inheritsFrom function extracted from lua documentation and a LinkedList made by myself. But the problem is pass parameters to thread, in that case I use a json library an convert data to json.
Eickot.
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
I've use a custom implementation of inheritsFrom function extracted from lua documentation and a LinkedList made by myself. But the problem is pass parameters to thread, in that case I use a json library an convert data to json.
Eickot.