Skip to content

Commit d313e3c

Browse files
authored
Create README.md
1 parent 98d3cc8 commit d313e3c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)