Search found 188 matches

by monolifed
Tue Feb 09, 2016 1:49 pm
Forum: Libraries and Tools
Topic: examples.love
Replies: 43
Views: 19986

Re: examples.love

It is a good idea. I think everyone should be able to contribute
I played with it a little more, added a not-quite-functional code viewer and probably broke other stuff.
by monolifed
Mon Feb 08, 2016 7:00 pm
Forum: Libraries and Tools
Topic: examples.love
Replies: 43
Views: 19986

Re: examples.love

At least it doesn't loop

You can add

Code: Select all

function love.keypressed(k)
    if k == "escape" then video:pause() end
end
by monolifed
Mon Feb 08, 2016 3:03 pm
Forum: Libraries and Tools
Topic: examples.love
Replies: 43
Views: 19986

Re: examples.love

I fixed some typos and ,hopefully, that mouse callbacks example
Also added a video example.
by monolifed
Sun Feb 07, 2016 8:03 pm
Forum: General
Topic: Post-0.10.0 feature wishlist
Replies: 177
Views: 91573

Re: Post-0.10.0 feature wishlist

spline support?
edit: nevermind it is already supported in a way
by monolifed
Sun Feb 07, 2016 7:54 pm
Forum: Libraries and Tools
Topic: examples.love
Replies: 43
Views: 19986

Re: examples.love

Thank you. While updating this I noticed that the new print function is really convenient.
It was easy to draw lua code after finding a lexer
by monolifed
Sun Feb 07, 2016 11:46 am
Forum: Libraries and Tools
Topic: examples.love
Replies: 43
Views: 19986

examples.love

I am not sure if someone else did it before. I updated this to 0.10.0. I've gone ahead and created an organisation on GitHub , added the release and sourcecode to a public repo and added it to the wiki . Not trying to own anything, please feel free to send me your GitHub username I'll add you the or...
by monolifed
Sat Feb 06, 2016 11:31 pm
Forum: Libraries and Tools
Topic: bsgtimer
Replies: 6
Views: 8372

Re: bsgtimer

As I expected it doesn't run on android
by monolifed
Sat Feb 06, 2016 9:51 pm
Forum: Libraries and Tools
Topic: bsgtimer
Replies: 6
Views: 8372

bsgtimer

removed