Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wins1ey/lvl
Linux Video game Launcher
https://github.com/wins1ey/lvl
gtk linux steam
Last synced: 22 days ago
JSON representation
Linux Video game Launcher
- Host: GitHub
- URL: https://github.com/wins1ey/lvl
- Owner: wins1ey
- License: gpl-3.0
- Created: 2024-03-12T15:50:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T09:45:37.000Z (7 months ago)
- Last Synced: 2024-10-04T21:59:54.057Z (about 1 month ago)
- Topics: gtk, linux, steam
- Language: C
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# LVL - Linux Video game Launcher
## Features
- Fetch and display Steam games using the Steam API.
- Add and manage non-Steam games with custom launch commands.
- View playtime statistics for Steam games.
- Simple, intuitive GUI built with GTK+.
- Open-source under GPLv3 license.## Installation
### Dependencies
- GTK+ 3.0
- SQLite3
- Curl
- cJSON### Building
Clone the repository:
```bash
git clone https://github.com/wins1ey/LVL.git
cd LVL
```
Compile and install:
```bash
make
sudo make install
```## Usage
Launch LVL from your applications menu or via command line:
```bash
lvl
```