A happy collection of tools that I use for game dev in the amazing Löve 2D game engine. This collection is a work in progress and will be updated as I go along in my game dev journey. I hope you find something useful here. Enjoy! ♥
All the libs that you can find in here have EmmyLua Annotations
Previously known as "simpleKey".
A simple keyboard library for the Löve 2D game engine that can be used to check
the state of a key (just pressed, just released or held down). The library
doesn't use the love.keypressed
and love.keyreleased
callbacks, so you can
have control over the input.
- Version: 3.0.1
- Status: finish
The library has finished the development currently, so the only updates that are planed are, bug fixes or Love 2D updates
A simple resolution aware camera system for the Löve 2D game engine.
- Version: 0.1.0
- Status: development
- [] Camera functionality
- [] Post processing
- [] Calculated rig upscaling
A powerful and simple logger for the Löve 2D game engine.
- Version: 1.0.0
- Status: MVP done
- [] File rotation
A simple state manager for games.
- Version: 0.1.0
- Status: MVP done
- [] Add function priority
- TODO