Page 3 of 9

Re: LÖVE 0.10.0 released

Posted: Tue Dec 22, 2015 5:31 pm
by slime
Davidobot wrote:I guess that works, but as me and probably Jasoco were hoping is that there would be a relatively fast and easy way to properly stretch images, like using the following shader: viewtopic.php?f=5&t=12483
This would consist of literally doing this to draw an image:

Code: Select all

love.graphics.draw(image, vertex1, vertex2, vertex3, vertex4)
I mean, having depth-buffering with OpenGL would be cool and all, but that's all that I really want.

Side note: you guys out-did yourself with the stencils!! You can totally use them as depth-buffers now!
If you want easier 3D, you should check out shakesoda's LÖVE3D library for 0.10.0: https://github.com/excessive/love3d
It adds native depth buffer and depth testing support, and extends LÖVE's APIs. Unlike most other 3D libraries for LÖVE it allows for the same type of hardware-accelerated 3D that other game engines use.

Re: LÖVE 0.10.0 released

Posted: Tue Dec 22, 2015 5:42 pm
by pgimeno
You surely want to embarrass Debian :P ;)

Thanks for the release! *\o/*

Re: LÖVE 0.10.0 released

Posted: Tue Dec 22, 2015 6:17 pm
by Davidobot
slime wrote: If you want easier 3D, you should check out shakesoda's LÖVE3D library for 0.10.0: https://github.com/excessive/love3d
It adds native depth buffer and depth testing support, and extends LÖVE's APIs. Unlike most other 3D libraries for LÖVE it allows for the same type of hardware-accelerated 3D that other game engines use.
I took notice of that library a long time ago. I just want an fast way to draw floors and ceilings for my raycaster :cry:

Re: LÖVE 0.10.0 released

Posted: Tue Dec 22, 2015 6:48 pm
by master both
These are amazing news!! so many new features to try out!!

Re: LÖVE 0.10.0 released

Posted: Tue Dec 22, 2015 7:05 pm
by Nixola
Yay! Official 0.10.0! Now I've got even more stuff to do!

Re: LÖVE 0.10.0 released

Posted: Tue Dec 22, 2015 8:06 pm
by master both
I already found a bug haha. but it's really minor.
When you resize the no game screen to something really small, you get this error:
Image

Re: LÖVE 0.10.0 released

Posted: Tue Dec 22, 2015 8:20 pm
by zorg
Congrats on releasing 0.10.0! Hyped to use the new stuff.

Re: LÖVE 0.10.0 released

Posted: Tue Dec 22, 2015 9:26 pm
by SiENcE
Thanks a lot to all people who has worked on Löve since the first version!!!

Love you guys! :awesome:


ps: can't await the worlds first löve congress.

Re: LÖVE 0.10.0 released

Posted: Tue Dec 22, 2015 9:29 pm
by Karai17
Oh. My. God.

Re: LÖVE 0.10.0 released

Posted: Tue Dec 22, 2015 10:21 pm
by Rucikir
Awesome ! Great work ! Amazing gift !
I'm going to eat super toasts until the end of the week.

Please add the game distribution docs,... LÖVE wiki for Android redirects to the Android wiki, which redirects to the LÖVE page... just sayin'