Search found 5 matches
- Tue Oct 14, 2014 3:13 am
- Forum: Libraries and Tools
- Topic: Pusher API - Real Time with LOVE!
- Replies: 2
- Views: 2777
Re: Pusher API - Real Time with LOVE!
Pusher doesn't really replace your web server, it just simply acts as a communication layer between your Lua app and a web server. The key difference is that it uses sockets to communicate in realtime (think of a leaderboard or game map that updates with player data without refreshing). I will do a ...
- Sun Oct 12, 2014 11:12 pm
- Forum: Games and Creations
- Topic: Blob Invasion - Survive The Alien Onslaught!
- Replies: 13
- Views: 11017
Re: Blob Invasion - Survival Game (Download Available)
I like it, however it seems like when I ran the app the first time, the seconds counted slower than a second... After relaunching, I had no other issues with the timer (is this timer frame rate independent?). Another bug I noticed is that one of the little red squares got stuck bouncing straight up ...
- Sun Oct 12, 2014 6:21 pm
- Forum: Libraries and Tools
- Topic: Pusher API - Real Time with LOVE!
- Replies: 2
- Views: 2777
Pusher API - Real Time with LOVE!
Hello, I am working on something that informs my web server of connections to my love project. Since my web application already utilizes Pusher's javascript client API, I figured it would be a breeze to use. Although, the only existing Lua binding for Pusher depends on CoronaSDK. This obviously didn...
- Fri Oct 10, 2014 4:25 am
- Forum: Libraries and Tools
- Topic: [WIP] CrashUI
- Replies: 2
- Views: 3078
Re: [WIP] CrashUI
Thank you very much for the suggestions, I only had a bit of time tonight but I made several of the changes you pointed out. I will be cleaning up checkbox and moving on to radio as soon as I get a few extra things done. https://github.com/hookglobal/crashui/blob/master/button.lua EDIT: Both are pat...
- Thu Oct 09, 2014 3:47 am
- Forum: Libraries and Tools
- Topic: [WIP] CrashUI
- Replies: 2
- Views: 3078
[WIP] CrashUI
Hello, I am new to LÖVE and Lua and I decided a great project for myself would be to create a stupid simple GUI module. I have posted the source on github if anyone is curious or would like to offer some suggestions/code. The goal of this project is to create a very simple image based UI library for...