- I'm using the master branch of Howl
- The currently supported LÖVE API version should be 11.1
- API Completion
- Documentation
love-run
command, which runslove
in the current project root.
cd ~/.howl/bundles
git clone https://github.com/rokf/howl-love2d
The API is generated from love2d-community/love-api and appended to the Lua API.
- Clone the https://github.com/love2d-community/love-api repo somewhere (do not rename)
- Copy the generate.lua script outside that directory
cd
into that directory- Run it like
lua generate.lua
- The converted API will be in
api.lua