Skip to content

FloatingBanana/Grove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Gröve

Mini graphics libraries for love2d.

animation.lua Create animations using image sequences.

chainshaders.lua Apply multiple shaders at once.

color.lua Blend, convert and interpolate colors.

draworder.lua Adds a layer system, allowing you to call functions in a specific order.

resolution.lua Helps your game to fit in any window size.


For non-love2d users

color.lua is completely independent from love2d and should work in any lua >= 5.1 project. draworder.lua should also work as long you don't pass a string in the function argument.

Documentation

Documentation and examples are available in the wiki page.

License

This library is released under the MIT License.

About

Mini graphics libraries for love2d

Topics

Resources

License

Stars

Watchers

Forks

Languages