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
examples.love
examples.love
I am not sure if someone else did it before. I updated this to 0.10.0.
Last edited by monolifed on Mon Feb 22, 2016 12:17 am, edited 2 times in total.
- alberto_lara
- Party member
- Posts: 372
- Joined: Wed Oct 30, 2013 8:59 pm
Re: examples.love
Hey, this is really useful, thanks!
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
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.
-
- Party member
- Posts: 730
- Joined: Sat Apr 26, 2014 7:46 pm
Re: examples.love
Maybe add the new examples.love to the wiki
Re: examples.love
+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)
Can the typos be fixed first? "Dispay modes" (example 0104) and "To return the the example..." (on the right)
Re: examples.love
thx!ingsoc451 wrote:I am not sure if someone else did it before. I updated this to 0.10.0.
Our LÖVE Gamedev blog Zabuyaki (an open source retro beat 'em up game). Twitter: @Zabuyaki.
LÖVE & Lua Video Lessons in Russian / Видео уроки по LÖVE и Lua
LÖVE & Lua Video Lessons in Russian / Видео уроки по LÖVE и Lua
Re: examples.love
Is there an example for love.video included? Its sort of a new thing.
Re: examples.love
I fixed some typos and ,hopefully, that mouse callbacks example
Also added a video example.
Also added a video example.
Last edited by monolifed on Mon Feb 22, 2016 12:15 am, edited 1 time in total.
Re: examples.love
Great, You've fixed the mouse callbacks.ingsoc451 wrote:I fixed some typos and ,hopefully, that mouse callbacks example
Also added a video example.
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.
LÖVE & Lua Video Lessons in Russian / Видео уроки по LÖVE и Lua
LÖVE & Lua Video Lessons in Russian / Видео уроки по LÖVE и Lua
Re: examples.love
At least it doesn't loop
You can add
You can add
Code: Select all
function love.keypressed(k)
if k == "escape" then video:pause() end
end
Who is online
Users browsing this forum: No registered users and 3 guests