Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingBanana committed Mar 20, 2021
1 parent e6de4ec commit a322df9
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# Grove
Mini graphics libraries for love2d
# Gröve
Mini graphics libraries for love2d.

[animation.lua](./grove/animation.lua) Create animations using image sequences.

[chainshaders.lua](./grove/chainshaders.lua) Apply multiple shaders at once.

[color.lua](./grove/color.lua) Blend, convert and interpolate colors.

[draworder.lua](./grove/draworder.lua) Adds a layer system, allowing you to call functions in a specific order.

[resolution.lua](./grove/resolution.lua) Helps your game to fit in any window size.

***

## For non-love2d users
[color.lua](./grove/color.lua) is completely independent from love2d and should work in any lua >= 5.1 project. [draworder.lua](./grove/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](https://github.com/FloatingBanana/Grove/wiki) page.

## License
This library is released under the MIT License.

0 comments on commit a322df9

Please sign in to comment.