Using Cursor, Zed, ChatGPT 4.1 and Lua LOVE 2D game engine for game development
1–5 of 5 posts
Re: Using Cursor, Zed, ChatGPT 4.1 and Lua LOVE 2D game engine for game development
#2Can LOVE make 3D?
Re: Using Cursor, Zed, ChatGPT 4.1 and Lua LOVE 2D game engine for game development
#3Can LOVE make 3D?
I've never saw something in that field, but technically I think it's possible. Interesting thing to try with LLM actually.
Re: Using Cursor, Zed, ChatGPT 4.1 and Lua LOVE 2D game engine for game development
#4Can LOVE make 3D?
It's designed for 2D but there are libraries which add 3D rendering, e.g. Menori (https://github.com/rozenmad/Menori) and G3D (https://github.com/groverburger/g3d)
Alternatively, the LÖVR framework - https://lovr.org/ - is heavily inspired by LÖVE, but is aimed towards making VR games (but can also be used as a regular 3D game engine)
Re: Using Cursor, Zed, ChatGPT 4.1 and Lua LOVE 2D game engine for game development
#5Can LOVE make 3D?
It's designed for 2D but there are libraries which add 3D rendering, e.g. Menori ( https://github.com/rozenmad/Menori ) and G3D ( https://github.com/groverburger/g3d ) Alternatively, the LÖVR framework - https://lovr.org/ - is heavily inspired by LÖVE, but is aimed towards making VR games (but can also be used as a regular 3D game engine)
Nice!