Skip to content

nicolas-sabbatini/lovely-tools

Repository files navigation

Lovely Tools

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

Contents:

Simple Keyboard

Previously known as "simpleKey".

About

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

Roadmap

The library has finished the development currently, so the only updates that are planed are, bug fixes or Love 2D updates

Letterbox

About

A simple resolution aware camera system for the Löve 2D game engine.

  • Version: 0.1.0
  • Status: development

Roadmap

  • [] Camera functionality
  • [] Post processing
  • [] Calculated rig upscaling

Tape

About

A powerful and simple logger for the Löve 2D game engine.

  • Version: 1.0.0
  • Status: MVP done

Roadmap

  • [] File rotation

State Manager

About

A simple state manager for games.

  • Version: 0.1.0
  • Status: MVP done

Roadmap

  • [] Add function priority

Documentation

  • TODO

About

A happy collection of tools i use for game dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages