An open API service indexing awesome lists of open source software.

https://github.com/rokf/howl-love2d

:full_moon: Howl (http://howl.io/) bundle for LÖVE (https://love2d.org/)
https://github.com/rokf/howl-love2d

howl howl-editor love2d

Last synced: about 2 months ago
JSON representation

:full_moon: Howl (http://howl.io/) bundle for LÖVE (https://love2d.org/)

Awesome Lists containing this project

README

          


LÖVE bundle for Howl

#### Notes
- I'm using the master branch of **Howl**
- The currently supported LÖVE API version should be **11.1**

#### Features
1. API Completion
2. Documentation
3. `love-run` command, which runs `love` in the current project root.

#### Installation
1. `cd ~/.howl/bundles`
2. `git clone https://github.com/rokf/howl-love2d`

#### API Source
The API is generated from [love2d-community/love-api](https://github.com/love2d-community/love-api) and appended to the Lua API.

#### Converting the API by yourself
1. Clone the https://github.com/love2d-community/love-api repo somewhere (do not rename)
2. Copy the generate.lua script outside that directory
3. `cd` into that directory
4. Run it like `lua generate.lua`
5. The converted API will be in `api.lua`