QuakeJS

From NixOS Wiki
Revision as of 00:56, 23 September 2024 by Onny (talk | contribs) (Initial page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

QuakeJS is a browser-based port of Quake III Arena, enabling players to enjoy the classic shooter directly in their web browsers. It uses WebAssembly and WebGL to deliver the original gameplay experience without additional software.

Setup

Following example configuration will enable QuakeJS for the domainhttp://quakejs.example.org:

Note: Parts of this module are not yet stable will be available with the upcoming NixOS release 24.11.
services.quakejs = {
  enable = true;
  hostname = "quakejs.example.org";
  openFirewall = true;
  eula = true;
};