examples.love

Showcase your libraries, tools and other projects that help your fellow love users.
monolifed
Party member
Posts: 188
Joined: Sat Feb 06, 2016 9:42 pm

examples.love

Post by monolifed »

I am not sure if someone else did it before. I updated this to 0.10.0.
Jack5500 wrote: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 organisation :)
Last edited by monolifed on Mon Feb 22, 2016 12:17 am, edited 2 times in total.
User avatar
alberto_lara
Party member
Posts: 372
Joined: Wed Oct 30, 2013 8:59 pm

Re: examples.love

Post by alberto_lara »

Hey, this is really useful, thanks!
monolifed
Party member
Posts: 188
Joined: Sat Feb 06, 2016 9:42 pm

Re: examples.love

Post by monolifed »

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
Last edited by monolifed on Mon Feb 22, 2016 12:14 am, edited 1 time in total.
bobbyjones
Party member
Posts: 730
Joined: Sat Apr 26, 2014 7:46 pm

Re: examples.love

Post by bobbyjones »

Maybe add the new examples.love to the wiki
User avatar
pgimeno
Party member
Posts: 3548
Joined: Sun Oct 18, 2015 2:58 pm

Re: examples.love

Post by pgimeno »

+1 for adding it to the wiki.

Can the typos be fixed first? "Dispay modes" (example 0104) and "To return the the example..." (on the right)
User avatar
D0NM
Party member
Posts: 250
Joined: Mon Feb 08, 2016 10:35 am
Location: Zabuyaki
Contact:

Re: examples.love

Post by D0NM »

ingsoc451 wrote:I am not sure if someone else did it before. I updated this to 0.10.0.
thx!

Image
Our LÖVE Gamedev blog Zabuyaki (an open source retro beat 'em up game). Twitter: @Zabuyaki.
:joker: LÖVE & Lua Video Lessons in Russian / Видео уроки по LÖVE и Lua :joker:
User avatar
zikesha93
Prole
Posts: 11
Joined: Thu Sep 10, 2015 9:00 am
Location: your underwear

Re: examples.love

Post by zikesha93 »

Is there an example for love.video included? Its sort of a new thing.
monolifed
Party member
Posts: 188
Joined: Sat Feb 06, 2016 9:42 pm

Re: examples.love

Post by monolifed »

I fixed some typos and ,hopefully, that mouse callbacks example
Also added a video example.
Last edited by monolifed on Mon Feb 22, 2016 12:15 am, edited 1 time in total.
User avatar
D0NM
Party member
Posts: 250
Joined: Mon Feb 08, 2016 10:35 am
Location: Zabuyaki
Contact:

Re: examples.love

Post by D0NM »

ingsoc451 wrote:I fixed some typos and ,hopefully, that mouse callbacks example
Also added a video example.
Great, You've fixed the mouse callbacks.
But when you play VIDEO and press ESC
the sound playback doesn't stop.
Our LÖVE Gamedev blog Zabuyaki (an open source retro beat 'em up game). Twitter: @Zabuyaki.
:joker: LÖVE & Lua Video Lessons in Russian / Видео уроки по LÖVE и Lua :joker:
monolifed
Party member
Posts: 188
Joined: Sat Feb 06, 2016 9:42 pm

Re: examples.love

Post by monolifed »

At least it doesn't loop

You can add

Code: Select all

function love.keypressed(k)
    if k == "escape" then video:pause() end
end
Post Reply

Who is online

Users browsing this forum: rabbitboots and 83 guests