Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdillonh/love2d-libs
Libraries I have written for the Love2d game engine.
https://github.com/jdillonh/love2d-libs
love2d love2d-framework love2d-library
Last synced: 8 days ago
JSON representation
Libraries I have written for the Love2d game engine.
- Host: GitHub
- URL: https://github.com/jdillonh/love2d-libs
- Owner: jdillonh
- Created: 2018-08-31T21:47:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T17:37:30.000Z (about 6 years ago)
- Last Synced: 2024-11-28T23:24:52.738Z (2 months ago)
- Topics: love2d, love2d-framework, love2d-library
- Language: Lua
- Size: 2.44 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# love2d-libs
Libraries I have written for the Love2d game engine.Intended for use with version 11.x
So far there are 3 libraries!
### [window.lua](window)
Makes pixel art games with resizable windows easier.### [animation.lua](animation)
Turns simple sprite sheets into easy to use animations.### [timers.lua](timers)
Make easy timers to script your time based events.