Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 913 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 913 Bytes

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.