An open API service indexing awesome lists of open source software.

https://github.com/endless-r0ad/sarge-launcher

A cross platform desktop application for Quake 3 Arena and Q3A mods
https://github.com/endless-r0ad/sarge-launcher

quake quake3 quake3arena tauri

Last synced: about 20 hours ago
JSON representation

A cross platform desktop application for Quake 3 Arena and Q3A mods

Awesome Lists containing this project

README

          

# Sarge Launcher

Sarge Launcher is a cross platform desktop application for Quake 3 Arena and Q3A mods

It provides some useful features like a
quick server browser, unlimited demo/level browsing, and Q3A client management among other things.

![](./docs/static/sarge-launcher.gif)

## Development setup

### install all [Tauri v2](https://v2.tauri.app/start/prerequisites/) prerequisites for your system

### Install node_modules using nodejs lts/iron (v20.19.2)
```
npm install
```

### Compiles and hot-reloads for development
```
npm run tauri dev
```

### Compiles and minifies for production
```
npm run tauri build
```

Thanks to everyone who helped test, as well as [mwvdev/q3demo](https://github.com/mwvdev/q3demo) which I used as a reference