Search found 5 matches

by antivapor
Thu Jul 10, 2014 5:27 pm
Forum: Support and Development
Topic: [Solved] Can't launch Löve 0.9.0 on Ubuntu 13.10
Replies: 12
Views: 9502

Re: [Solved] Can't launch Löve 0.9.0 on Ubuntu 13.10

Same issue on Ubuntu Studio 14.04 .. still having difficulties though. configured, compiled, installed same-wise. Should certain dependencies be purged first?

Thanks!
by antivapor
Fri Nov 15, 2013 5:47 pm
Forum: Support and Development
Topic: UDP Networking [Solved]
Replies: 32
Views: 17531

Re: UDP Networking [Solved]

Thanks bartbes and Germanunkol, that's a good idea!
by antivapor
Thu Nov 14, 2013 1:03 am
Forum: Support and Development
Topic: UDP Networking [Solved]
Replies: 32
Views: 17531

Re: UDP Networking

https://love2d.org/imgmirrur/mH38GZl.png So long as you have luasocket2 installed, you can write a server in pure Lua. Ok. But what if I want the user to create the server with a click of a button. How would you run the file from LOVE? Just require it? For a push of a button, I think you only have ...
by antivapor
Mon Nov 11, 2013 8:13 pm
Forum: Support and Development
Topic: UDP Networking [Solved]
Replies: 32
Views: 17531

Re: UDP Networking

Quick question regarding versions of Lua and LuaSocket and it being bundled with Love. Running `lua server.lua` of course returns an error because I haven't installed LuaSocket yet. Since LuaSocket is bundled with Love , am I able to just link to that? And which version is it? I'm currently browsing...