LÖVE3D
Re: LOVE3D: For Realsies
this makes everything i want to make meaningless
Re: LOVE3D: For Realsies
No way! Once we work out some of the kinks and do a proper release, you can use this as a stepping stone to build on!
STI - An awesome Tiled library
LÖVE3D - A 3D library for LÖVE 0.10+
Dev Blog | GitHub | excessive ❤ moé
LÖVE3D - A 3D library for LÖVE 0.10+
Dev Blog | GitHub | excessive ❤ moé
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: LOVE3D: For Realsies
I would only think about using this if it had a proper "lövely" interface. 3-d tends to make things complex, and I am not sure of how to match that with a streamlined API. I hope you are not just doing OpenGL calls from Lua (maybe you mentioned it somewhere, but I'm on my mobile phone until Monday)
When I write def I mean function.
Re: LOVE3D: For Realsies
Some things are raw OpenGL calls, but they aren't heavily used, just enabling a few features. The key here is the Vertex Buffer that slime is (slowly) adding into LOVE proper which allows you to, well, buffer vertices. This allows us to send bajillions of vertices to the GPU at once, instead of rendering them via CPU.
On top of that, we built a custom IQE model loader which allows us to export rigged models and full animations from Blender and import them into LOVE. Parsing an IQE file is very slow however, so our next step will probably be to load an IQM model via FFI. That should make load times blazingly fast.
This is all preliminary "lol we got it working" code, and we plan to refine it into something more usable. We just felt like showing off what we accomplished!
Final note: Everything here works very well with the LOVE API. Ultimately 3D is simply 2D with lots of matrix transforms and such, so it's not too far out of scope for LOVE to be able to handle this. Some additions to the API are needed to fully realize a 3D environment, none of which would affect LOVE's 2D API. It's just a matter of convincing the LOVE devs to spend time adding those features which is understandably difficult since they are focusing more on the 2D aspects of LOVE and anything we ask them to consider is not much of a priority.
Even without things like Uniform Buffers, I'm quite impressed that I can pull off four million triangles without dropping my frame rate below 60 on a mid-tier GPU (GTX 550 Ti), though I suspect when we spend some time optimizing, that will increase significantly.
On top of that, we built a custom IQE model loader which allows us to export rigged models and full animations from Blender and import them into LOVE. Parsing an IQE file is very slow however, so our next step will probably be to load an IQM model via FFI. That should make load times blazingly fast.
This is all preliminary "lol we got it working" code, and we plan to refine it into something more usable. We just felt like showing off what we accomplished!
Final note: Everything here works very well with the LOVE API. Ultimately 3D is simply 2D with lots of matrix transforms and such, so it's not too far out of scope for LOVE to be able to handle this. Some additions to the API are needed to fully realize a 3D environment, none of which would affect LOVE's 2D API. It's just a matter of convincing the LOVE devs to spend time adding those features which is understandably difficult since they are focusing more on the 2D aspects of LOVE and anything we ask them to consider is not much of a priority.
Even without things like Uniform Buffers, I'm quite impressed that I can pull off four million triangles without dropping my frame rate below 60 on a mid-tier GPU (GTX 550 Ti), though I suspect when we spend some time optimizing, that will increase significantly.
STI - An awesome Tiled library
LÖVE3D - A 3D library for LÖVE 0.10+
Dev Blog | GitHub | excessive ❤ moé
LÖVE3D - A 3D library for LÖVE 0.10+
Dev Blog | GitHub | excessive ❤ moé
- slime
- Solid Snayke
- Posts: 3162
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: LOVE3D: For Realsies
This is the branch of LÖVE that adds the VertexBuffer API (for use with Meshes.) As mentioned, I'm not completely happy with it yet.
Re: LOVE3D: For Realsies
You should add in our bug fix so other people can compile it, too D:
STI - An awesome Tiled library
LÖVE3D - A 3D library for LÖVE 0.10+
Dev Blog | GitHub | excessive ❤ moé
LÖVE3D - A 3D library for LÖVE 0.10+
Dev Blog | GitHub | excessive ❤ moé
Re: LOVE3D: For Realsies
Poked around a bit with this today. We should probably have a Linux and Mac build ready soon for people to play with!
STI - An awesome Tiled library
LÖVE3D - A 3D library for LÖVE 0.10+
Dev Blog | GitHub | excessive ❤ moé
LÖVE3D - A 3D library for LÖVE 0.10+
Dev Blog | GitHub | excessive ❤ moé
- CrackedP0t
- Citizen
- Posts: 69
- Joined: Wed May 07, 2014 4:01 am
- Contact:
Re: LOVE3D: For Realsies
That's hilarious!
I can't wait for the Linux build.
I can't wait for the Linux build.
/人 ◕‿‿◕ 人\
Here, have an umlaut. Ö
Here, have an umlaut. Ö
Re: LOVE3D: For Realsies
I expected you to make a Girls und Panzer thing. Looks great!Karai17 wrote:
Poked around a bit with this today. We should probably have a Linux and Mac build ready soon for people to play with!
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
personal page and a raycaster
Re: LOVE3D: For Realsies
excessive ❤ moé (LÖVE3D, CPML, ...). holo on IRC.
Who is online
Users browsing this forum: No registered users and 5 guests