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
- Host: GitHub
- URL: https://github.com/instilledbee/run-love2d
- Owner: instilledbee
- License: mit
- Created: 2017-02-24T14:52:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T15:02:02.000Z (over 6 years ago)
- Last Synced: 2024-04-12T09:57:10.909Z (9 months ago)
- Topics: brackets-extension, hacktoberfest, hacktoberfest2020, javascript, love2d, node
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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!