-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6de4ec
commit a322df9
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |