Hacker News new | ask | show | jobs
by brennopost 1007 days ago
I love LOVE! Have made many cool projects and prototypes with it. My favorite is my Minecraft clone, which has full 3D.

https://github.com/brennop/lunarcraft

2 comments

LÖVE 11.3, Win10 21H1, AMD 6700XT - There seems to be some issue with Z ordering.

https://imgur.com/a/d7ojRO7

EDIT: looks correct albeit choppy on LÖVE 11.3, Ubuntu 20.04, i3-4160 integrated. Nice job btw.

Yeah, I've noticed these issues with Windows, but didn't bother fixing as this is more a learning project to better understand games like Minecraft. Might test some different compare modes for "love.graphics.setDepthMode" later to see if it fixes it.
Thanks for this link! I've been wanting to try love but it's hard to find a real codebase that's small enough to just read through to learn it but also complex enough to be realistic. This seems like a great example.
I may also recommend the BYTEPATH tutorial [1] as it was my first introduction to LOVE game making.

[1]: https://github.com/a327ex/blog/issues/30