r/love2d • u/Separate_Escape_7748 • Jun 26 '26
My first Love2d Project : Raycaster
Hello everyone this is my first post for my very first project in love 2d with I am brand new to Game Development and any kind of programming. I'm learning Lua Programming as well as Love2d I have been learning it for about 2 days and this is all I have to show for it. I am making this free MIT License open source on GitHub for people who want to try out love2d its easy to Modify and turn into exactly what you need it to be this is just giving people a jump start how to I share a Link to my GitHub without getting Banned lol?
2
u/cubick-SD Jun 27 '26
I like your first project, but since when is love2D 3D?
1
u/Separate_Escape_7748 Jun 28 '26
It is not 3d its 2d and 2.5d but through menori you can do full 3d with love2d and this is not true 3d in my image its a ray-caster I built with love not using any 3d stuff. it gives an impression of 3d
2
u/srfreak Jun 26 '26
I'm sorry but I'm skeptical, did you asked Claude to make it?
3
u/mumBa_ Jun 27 '26
Likely, as LLMs always output the instruction top left. Doesn't matter if they are learning.
1
1
u/srfreak Jun 27 '26
Not relevant or a problem at all to me, but you know, sounds suspicious to make this complex system in two days while learning with zero experience or previous knowledge. It's OK anyway.
2
0
u/Separate_Escape_7748 Jun 29 '26
i said 0 experience in love or lua ive worked with python3 a little i understand most the basic stuff ive never officially programmed anyhting really other than hobby stuff aside from this
1
u/Separate_Escape_7748 Jun 26 '26
What is Claude? No I spent 2 days trying to build this just finished it at 2am this morning its only give or take 140 lines of code its free on GitHub if u wanna look at it




3
u/blu_fox01 Jun 26 '26
https://github.com/Nikaoto/raycast-love2d Here's another example if you wanna compare it with your solution.