Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LÖVE standard #108

Merged
merged 1 commit into from
Apr 29, 2017
Merged

Add LÖVE standard #108

merged 1 commit into from
Apr 29, 2017

Conversation

pablomayobre
Copy link
Contributor

@pablomayobre pablomayobre commented Apr 28, 2017

Adds an standard for the LÖVE game framework, named love

This standard is provided as an additional standard similar to busted, and should be used with a Lua version like luajit+love. The recommended version is LuaJIT since that is the version bundled with LÖVE.

The standard was generated automatically with the luacheck-love script using the love-api tables.

@pablomayobre
Copy link
Contributor Author

pablomayobre commented Apr 28, 2017

I also have a branch where the standard is provided as a complete standard using LuaJIT as base, similar to ngx_lua which you can see here

Trailing whitespaces in main.lua were deleted automatically by Atom, sorry. Feel free to diff them out.

Adds globals for LÖVE (love2d) in the "love" standard. This standard
should be used in addition to a Lua version like "luajit+love"
(recommended)
@mpeterv
Copy link
Owner

mpeterv commented Apr 29, 2017

Thanks!

@mpeterv mpeterv merged commit c3729be into mpeterv:master Apr 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants