https://github.com/robloach/love-lutris
Lutris game launcher for Love2D or RetroArch/libretro
https://github.com/robloach/love-lutris
Last synced: over 1 year ago
JSON representation
Lutris game launcher for Love2D or RetroArch/libretro
- Host: GitHub
- URL: https://github.com/robloach/love-lutris
- Owner: RobLoach
- License: other
- Created: 2016-01-13T03:21:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T16:43:22.000Z (over 7 years ago)
- Last Synced: 2023-04-09T06:57:32.447Z (about 3 years ago)
- Language: Lua
- Homepage: http://lutris.net
- Size: 3.93 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Lutro Lutris Launcher
Launch [Lutris](http://lutris.net) games through [Love2D](https://love2d.org/), or [RetroArch](http://libretro.com)+[Lutro](http://github.com/libretro/libretro-lutro).

## Installation
Lutro Lutris Launcher can be used through either Love2D, or RetroArch/Lutro. Choose one below:
### [Love2D](http://love2d.org)
1. Install [Lutris](https://lutris.net)
2. Install [Love2D](https://love2d.org)
3. Download the [Lutro Lutris Launcher](http://github.com/RobLoach/lutro-lutris)
```
git clone https://github.com/RobLoach/lutro-lutris.git
```
4. Launch Love2D with the Lutris launcher:
```
love lutro-lutris
```
### [RetroArch](http://libretro.com)
1. Install [Lutris](https://lutris.net)
2. Install [RetroArch](http://libretro.com)
3. Install the [libretro-lutro](https://github.com/libretro/libretro-lutro) core
4. Download the [Lutro Lutris Launcher](http://github.com/RobLoach/lutro-lutris)
```
git clone https://github.com/RobLoach/lutro-lutris.git
```
5. Launch RetroArch with the Lutro core:
```
retroarch -L "path/to/lutro_libretro.so" lutro-lutris
```