A script to generate LÖVR API autocomplete files for EmmyLua.
- Download or clone the LÖVR DOCS into a directory on your computer (if you want the API for an older version, check the "branches" of that repository).
- Create a directory named
api
in the directory, do not put any files in there or run anything in it. - Download
genEmmyAPI.lua
from this repository into the same directory (either click on the filename and click "Raw" and save the file, or download or clone repository to your computer and move the file over). - Copy
init.lua
inside oflovr-docs/api/
next togenEmmyAPI.lua
- Run
genEmmyAPI.lua
in the directory, i.e. runlua genEmmyAPI.lua
in the terminal. This will generate the API autocomplete files in theapi
folder. - Copy the
api
folder into your project's source folder, the same folder wheremain.lua
is (you can rename it whatever you want, it doesn't have to be calledapi
).
Once you start or refresh your IDE (might be automatic) you should have autocomplete and quick documentation for LÖVR!
When you want to change the LÖVR version you use, just delete the api
folder from your project, and redo the steps above for the appropriate version of the API.
Original script by https://github.com/tangzx
One tiny modification of the script, README by https://github.com/kindfulkirby
Next tiny modification of the script and README by https://github.com/Nebulavenus