Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrixr/lovelier
💚 A Love2D live reloader with Moonscript support
https://github.com/patrixr/lovelier
2d-game game-development hot-reload hotreload livereload love2d love2d-framework lua moonscript reload
Last synced: 25 days ago
JSON representation
💚 A Love2D live reloader with Moonscript support
- Host: GitHub
- URL: https://github.com/patrixr/lovelier
- Owner: patrixr
- License: mit
- Created: 2020-01-20T04:28:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T01:00:23.000Z (over 3 years ago)
- Last Synced: 2024-04-13T16:33:55.368Z (7 months ago)
- Topics: 2d-game, game-development, hot-reload, hotreload, livereload, love2d, love2d-framework, lua, moonscript, reload
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-love2d - lovelier - A LÖVE live reloader with Moonscript support. (Development)
README
# Lovelier
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
A Love2D reloader with Moonscript support.
## Dependencies
* [Love2D](https://love2d.org)
* [Moonscript](http://moonscript.org) (optional)## Installation
```bash
$> npm install -g lovelier
```## Usage
```bash
$> lovelier --helpUsage: lovelier [options] [command]
Options:
-V, --version output the version number
-m, --moon use moonscript
-b, --bin love binary path
-h, --help output usage informationCommands:
dev run the game in development mode
```### Running your Love2D Project
```bash
$> cd myProject
$> lovelier dev .
```#### With Moonscript
```bash
$> cd myProject
$> lovelier --moon dev .
```#### With a specific Love2D path
```bash
$> cd myProject
$> lovelier --bin /usr/local/bin/love dev .
```## Patform notes
### OSX
Running love can trigger a `unidentified developer` error, which can be solved by allowing love in the [System Preferences](https://www.macworld.co.uk/how-to/mac-software/mac-app-unidentified-developer-3669596/)