Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yalter/bxt-launcher
GUI launcher for Bunnymod XT on Linux
https://github.com/yalter/bxt-launcher
goldsource gtk half-life linux speedrun vala
Last synced: 3 months ago
JSON representation
GUI launcher for Bunnymod XT on Linux
- Host: GitHub
- URL: https://github.com/yalter/bxt-launcher
- Owner: YaLTeR
- License: gpl-3.0
- Created: 2020-03-01T13:52:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T04:14:57.000Z (9 months ago)
- Last Synced: 2024-10-14T18:39:31.913Z (3 months ago)
- Topics: goldsource, gtk, half-life, linux, speedrun, vala
- Language: Vala
- Homepage:
- Size: 83 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
![image](https://user-images.githubusercontent.com/1794388/84388243-e7f62d00-abfc-11ea-80bf-88281e1f7e71.png)
# Bunnymod XT Launcher
GUI launcher for [Bunnymod XT](https://github.com/YaLTeR/BunnymodXT) on Linux.
## Usage
1. Download the latest [release](https://github.com/YaLTeR/bxt-launcher/releases).
1. Extract all files from the archive.
1. Open bxt-launcher.## Building
You will need the Vala compiler and GTK libraries (GIO, GTK, libgtop).
The launcher expects to find its GSettings schema and `libBunnymodXT.so` alongside its binary.
Installing into a prefix without `DESTDIR` sets everything up:```sh
meson -Dprefix=$PWD/install build
ninja -C build install
# Copy libBunnymodXT.so into install/bin/ manually.
# Then start the launcher:
install/bin/bxt-launcher
```