Ecosyste.ms: Awesome

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

https://github.com/instilledbee/run-love2d

Brackets extension to launch LÖVE projects from the editor
https://github.com/instilledbee/run-love2d

brackets-extension hacktoberfest hacktoberfest2020 javascript love2d node

Last synced: 3 months ago
JSON representation

Brackets extension to launch LÖVE projects from the editor

Lists

README

        

# run-love2d
Brackets extension to launch LÖVE projects from the editor. Tested to work with Windows/Linux.

## Installing
Install from the Brackets Extension Manager.

## Usage
Hotkey defaults to "Ctrl+Shift+L". LÖVE will run using the current project folder. Make sure a `main.lua` file exists in your project's root folder.

## Troubleshooting
Windows: Ensure you have added the full path to your LÖVE installation to your system's PATH environment variable.

## Contributing
Please feel free to file issues and submit pull requests as needed. If you will be able to test the extension in Mac OS X that would be awesome as well!