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
- Incompatible with
Gandi Quake
. - 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.
If you have a suggestion or found a bug, please create an issue or make a bug report/suggestion on Gandi IDE Discord server.
Fork this repository and run it locally.
Fork this repository and modify src/l10n.json
. DO NOT edit the code.
- 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:
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.
🐢❤️