-
Notifications
You must be signed in to change notification settings - Fork 48
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
Showing
114 changed files
with
19,050 additions
and
15,947 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#LÖVE-API | ||
|
||
The complete API documentation of [LÖVE](https://love2d.org/) contained in a lua table. | ||
|
||
The project was originally started by [Santos](https://www.love2d.org/forums/memberlist.php?mode=viewprofile&u=3835) who did a majority of the work. He gave his [permission](https://www.love2d.org/forums/viewtopic.php?f=3&t=1796&start=60#p166919) to host the project online. | ||
|
||
The API information is updated manually based on the [LÖVE-Wiki](https://love2d.org/wiki). Therefore there is no guarantee that everything is correct and up to date. If you find any errors, outdated information or missing content, please file a [bug report](https://github.com/rm-code/love-api/issues) or create a [pull request](https://github.com/rm-code/love-api/pulls). | ||
|
||
Contributions are more than welcome! | ||
|
||
# Versions | ||
- The master branch currently contains the most recent documentation for LÖVE [0.9.2](https://love2d.org/wiki/0.9.2) | ||
- The develop branch contains the most recent documentation, is constantly updated and currently moves towards LÖVE [0.10.0](https://love2d.org/wiki/0.10.0) | ||
|
||
## Projects using the LÖVE-API | ||
|
||
- [ZeroBrane Studio](http://studio.zerobrane.com/) - A lightweight Lua IDE | ||
- [LÖVE Atom](https://atom.io/packages/love-atom) - Snippets and autocompletion for [Atom](https://atom.io/) | ||
- [LÖVE Hints](https://gitlab.com/sdonalcreative/brackets-love-hints/) - Snippets, code hints and autocompletion for [Brackets](http://brackets.io/) | ||
- [LÖVE-IDEA](https://github.com/rm-code/love-IDEA-plugin) - Snippets and code completion for [IntelliJ IDEA](https://www.jetbrains.com/idea/) |
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
Oops, something went wrong.