Skip to content

rokf/howl-love2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 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

Releases

No releases published

Packages

No packages published