matterickson / UTO

MIT License
1 stars 0 forks source link

Check out potential libraries #7

Open VinceyBoi2 opened 3 years ago

VinceyBoi2 commented 3 years ago

Check out some potential libraries to see how they could help with development.

Some libraries I recommend looking at: HC -- a collision detection library (https://hc.readthedocs.io/en/latest/) Bump -- another collision detection library, easier to use than HC but produces a lot of Lua Garbage (https://github.com/kikito/bump.lua) Push -- a screen resolution-handling library (https://github.com/Ulydev/push) HUMP -- a collection of small helper libraries (https://hump.readthedocs.io/en/latest/) Jumper -- a pathfinding library (https://github.com/Yonaba/Jumper)