Page 1 of 1
LÖVE2D General Library
Posted: Fri Jun 28, 2024 1:17 pm
by Thy Posh Dev
Does anyone know of a library that helps you quickly do boring tasks such as finding the distance/angle between two points? How to move the x, and y position on an angle.
Also, would anybody be down to make a new library together?
Re: LÖVE2D General Library
Posted: Thu Jul 25, 2024 5:56 pm
by Gunroar:Cannon()
Thy Posh Dev wrote: ↑Fri Jun 28, 2024 1:17 pm
Does anyone know of a library that helps you quickly do boring tasks such as finding the distance/angle between two points? How to move the x, and y position on an angle.
Also, would anybody be down to make a new library together?
Check the
"Helpers" section in
Awesome love2D on GitHub. Things like knife or lume.
Re: LÖVE2D General Library
Posted: Thu Jul 25, 2024 10:20 pm
by MrFariator
The
general math page on the wiki also contains some commonly needed math functions.
Re: LÖVE2D General Library
Posted: Thu Jul 25, 2024 10:40 pm
by dusoft
Also, since this is Lua, you can just search Github for vector math libs, there are plenty in other projects and usually licenses are open-source.