Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.44 KB

README.md

File metadata and controls

54 lines (30 loc) · 1.44 KB

QuakeFragment logo

Better Quake

BetterQuake is an extension made for Gandi IDE to fully allow the use of custom shaders. This extension is built with an extension scaffholding by FurryR. Huge thanks to him :3

Current Issues with the extension

  1. Incompatible with Gandi Quake.
  2. Incompatible with Clipping & Blending.

A way to make Clipping & Blending compatible is already figured out and will be implemented in the future. Gandi Quake however we have no idea.

How to contribute

Suggestions and Bug Reports

If you have a suggestion or found a bug, please create an issue or make a bug report/suggestion on Gandi IDE Discord server.

Code

Fork this repository and run it locally.

Translations

Fork this repository and modify src/l10n.json. DO NOT edit the code.

Command shortcuts

Lint & Format

  • Check for typing: npm run lint:type
  • Check for format: npm run lint:format (Fix: npm run format)
  • Check for eslint: npm run lint (Fix: npm run fix)

Build

  • Build: npm run build
  • Development server: npm run start (Extension: http://localhost:8000/withL10n.global.js)

This project is licensed under the MPL-2.0 license.

🐢❤️