Page 1 of 1

Wrote a blogpost on writing an input handler in Lua

Posted: Sat Dec 12, 2015 2:29 pm
by undef
Hey there!

I just released a tutorial/blog post aimed at beginners, describing how you can build your own flexible input handler in Lua.
The post has been published on lua.space, a blog dedicated to Lua where you could also publish Lua related material if you have something you want to share.

I hope this is helpful to some, feedback is very welcome!

Re: Wrote a blogpost on writing an input handler in Lua

Posted: Sat Dec 12, 2015 2:36 pm
by s-ol
finally ;)

Re: Wrote a blogpost on writing an input handler in Lua

Posted: Sat Dec 12, 2015 3:06 pm
by undef
Yeah, now I just have to get all the other stuff done that I'm working on :D

Re: Wrote a blogpost on writing an input handler in Lua

Posted: Mon Feb 22, 2016 10:03 am
by Lyca
undef wrote:Hey there!

I just released a tutorial/blog post aimed at beginners, describing how you can build your own flexible input handler in Lua.
The post has been published on lua.space, a blog dedicated to Lua where you could also publish Lua related material if you have something you want to share.

I hope this is helpful to some, feedback is very welcome!
Awesome tutorial, explained everything I needed to know about input handlers and by the way lua.space looks like a great site, I'd love to contribute to it sometime.

Re: Wrote a blogpost on writing an input handler in Lua

Posted: Mon Feb 22, 2016 2:46 pm
by Rucikir
Great post, but it may have been better suited for blogs.love2d.org/

Re: Wrote a blogpost on writing an input handler in Lua

Posted: Tue Feb 23, 2016 3:01 pm
by undef
@Lyca: Thank you very much! We're always looking for contributors, check out the contribution guide if you have something worth sharing :)

@Rucikir: Thanks! It's something that can be used with any Lua engine, I just used the nicest one around for the examples :)

Re: Wrote a blogpost on writing an input handler in Lua

Posted: Tue Feb 23, 2016 7:39 pm
by Tanner
Nice. Very reminiscent of my old post from 2012. http://tannerrogalsky.com/blog/2012/04/ ... in-love2d/

Re: Wrote a blogpost on writing an input handler in Lua

Posted: Wed Feb 24, 2016 3:43 am
by undef
Ah cool, would I have known about your post I might have not written mine. :)

Re: Wrote a blogpost on writing an input handler in Lua

Posted: Wed Feb 24, 2016 1:47 pm
by Tanner
undef wrote:Ah cool, would I have known about your post I might have not written mine. :)
Nonsense. Yours is much better at explaining the concept and it's a really good thing to have on lua.space!

Re: Wrote a blogpost on writing an input handler in Lua

Posted: Wed Feb 24, 2016 1:58 pm
by undef
Thanks again :)