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.
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 and examples are available in the wiki page.
This library is released under the MIT License.