We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d3cc8 commit d313e3cCopy full SHA for d313e3c
README.md
@@ -0,0 +1,14 @@
1
+# Lua GUI Library based on the Love2d Game engine
2
+Thank you too @eros ヅ for getting me started on this project!
3
+## About
4
+This is a very simple Lua GUI built with the Love2d Game Engine. This is very much a WIP project and contributions on very welcome!
5
+## Installing
6
+
7
+ - Download Love2d from `https://love2d.org/`
8
+ - Open the Custom Lua GUI Folder in a IDE or Text Editor
9
+ - Work away! No Docs yet, I will add those soon, but the code is easy to parse and understand.
10
+## Contribution Guidelines
11
+ - Make sure your code is reliable and stable. No Errors should be shown
12
+ - Follow current code Formatting
13
+ - Effort Must be shown into PRs
14
0 commit comments