/love-ide

Tools for programming LÖVE games in Atom.

Primary LanguageJavaScriptMIT LicenseMIT

love-ide

This package auto-installs several utilities for writing Love2D games in Atom. The individual packages can also be installed separately.

Features

love-ide auto-installs packages that provide the following features.

Run and Build Icon in Toolbar

The first runs love . in the project directory, the other one makes an .exe file (or a .love file if you're not using Windows). As of now, this can't be installed separately.

Love API Autocomplete (via autocomplete-love)

Autocompletes snippets for calling methods and defining callbacks. Provides descriptions, as well as links to the wiki page.

Love API Click to Definition (via hyperclick-love)

Using cmd-click (Mac OSX) or alt-click (Windows), you can click on love functions, which opens up the corresponding Wiki page.

Lua Syntax Checking (via linter-luaparse)

Basic Lua syntax checking.

GLSL Autocomplete (via autocomplete-glsl)

Imgur

Tools for writing vertex and fragment shaders.

Full Package List

This package automatically installs the following packages (if not already installed).

Contributing

apm dev love-ide