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/)
- Host: GitHub
- URL: https://github.com/rokf/howl-love2d
- Owner: rokf
- Created: 2016-06-30T05:46:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T18:48:04.000Z (over 8 years ago)
- Last Synced: 2025-08-08T23:35:02.630Z (12 months ago)
- Topics: howl, howl-editor, love2d
- Language: Lua
- Homepage:
- Size: 187 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`