https://github.com/opekope2/optigui
Blazing fast custom GUI textures on Fabric and Quilt with built-in OptiFine custom GUI resource pack support
https://github.com/opekope2/optigui
fabric fabric-mod fabricmc fabricmc-mod minecraft mod optifine-alternatives quilt quilt-mod quiltmc quiltmc-mod
Last synced: 11 days ago
JSON representation
Blazing fast custom GUI textures on Fabric and Quilt with built-in OptiFine custom GUI resource pack support
- Host: GitHub
- URL: https://github.com/opekope2/optigui
- Owner: opekope2
- License: lgpl-3.0
- Created: 2022-12-15T21:34:41.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-04-07T20:25:01.000Z (16 days ago)
- Last Synced: 2025-04-12T09:12:11.570Z (11 days ago)
- Topics: fabric, fabric-mod, fabricmc, fabricmc-mod, minecraft, mod, optifine-alternatives, quilt, quilt-mod, quiltmc, quiltmc-mod
- Language: Kotlin
- Homepage: https://opekope2.dev/OptiGUI/
- Size: 11.9 MB
- Stars: 24
- Watchers: 3
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# OptiGUI
[](https://github.com/opekope2/OptiGUI/releases)
[](https://modrinth.com/mod/optigui/versions)
[](https://www.curseforge.com/minecraft/mc-mods/optigui/files)
[](https://github.com/opekope2/OptiGUI/stargazers)

[](https://opekope2.dev/OptiGUI)
[](https://ko-fi.com/opekope2)OptiGUI is a client-side mod, which enables the customization of in-game GUI screen textures with resource packs. Now rewritten from scratch in Kotlin for cleaner code, better performance, more features, and extensibility.
Other mods' developers can add their custom containers and customization options. See documentation link above.[Supports most OptiFine GUI resource packs](#supported-resource-packs). If a resource pack does not work or works differently than using OptiFine, please open an issue (select the **Report a bug** template).
## How to use it
1. Download and install [Fabric loader](https://fabricmc.net/use) or [Quilt loader](https://quiltmc.org/en/install)
2. Download this mod from your [favorite service](#optigui)
3. Download the required dependencies as well
4. Put this mod in your mods folder## Supported languages
* ๐บ๐ธ by [opekope2](https://github.com/opekope2)
* ๐น๐ผ by [dirtTW](https://github.com/yichifauzi), [notlin4](https://github.com/notlin4)
* ๐จ๐ณ by [dirtTW](https://github.com/yichifauzi), [notlin4](https://github.com/notlin4)
* ๐ฉ๐ช by [Lucanoria](https://github.com/Lucanoria)
* ๐ช๐ธ by [LyriaWintona](https://github.com/LyriaWintona)
* ๐ฎ๐น by [RoberbufDx8105](https://github.com/RoberbufDx8105)
* ๐ฒ๐พ by [NuruddinPlays](https://github.com/NuruddinPlays)
* ๐บ๐ฆ by [gorr0w7](https://github.com/gorr0w7)Want to see your name here? [Translate OptiGUI to your native language](https://github.com/opekope2/OptiGUI/blob/dev/CONTRIBUTING.md#i-want-to-add-a-translation).
## Resource pack docs
OptiGUI supports OptiFine custom GUI resource packs, and also supports OptiGUI resource packs. OptiGUI resource packs are more flexible than OptiFine resource packs.
See documentation link above to get started.## Supported resource packs
Excluding vanilla resource packs (which don't contain OptiFine or OptiGUI-specific files)
* [Colourful Containers](https://www.planetminecraft.com/texture-pack/colourful-containers-gui/)
* [Colourful Containers Add-On](https://www.planetminecraft.com/texture-pack/updated-colourful-containers-light-mode-gui-optifine-required/)
* [Colourful Containers Dark Mode](https://www.planetminecraft.com/texture-pack/colourful-containers-dark-mode-gui-optifine-required/)
* [Animated RGB GUI](https://www.curseforge.com/minecraft/texture-packs/optifine-animated-rgb-gui) ยน
* [NEON20 ANIMATED](https://www.planetminecraft.com/texture-pack/neon20-animated-optifine/)
* [Rybo's Enhanced GUI](https://www.planetminecraft.com/texture-pack/rybo-s-enhanced-gui/)
* [Animated Fox Guis](https://www.planetminecraft.com/texture-pack/animated-fox-guis-1-16-x/) ยน
* [\[DARK\] Animated Fox Guis](https://www.planetminecraft.com/texture-pack/fox-4931933/) ยนยน see FAQ for animation support
This list is not exhaustive. If you know a resource pack which works, and you'd like to see it here, or a resource pack, which does not work, but works with OptiFine, please open an issue.
## Partially supported resource packs
Excluding vanilla resource packs (which don't container OptiFine or OptiGUI-specific files)
* [New Default+](https://www.curseforge.com/minecraft/texture-packs/newdefaultplus) ยน
ยน Barrel does not work, neither does it work with OptiFine. The resource pack does not specify it according to the format.
## FAQ
### Use in a modpack?
Yes.
### OptiFine GUI animations?
Only with [Animatica](https://github.com/FoundationGames/Animatica).
### OptiFine colors (colors.properties)?
No, use [Colormatic](https://github.com/kvverti/colormatic).
### Performance impact?
OptiGUI's performance impact is negligible (tho it varies a bit depending on which resource packs are used).
### Configuration GUI/file?
Nothing to configure.
### Sodium?
Yes.
### OptiFine?
Actually, OptiGUI and OptiFine (with OptiFabric) **can** be loaded simultaneously.
I have observed that OptiGUI mixins will be placed before OptiFine ones, so you can turn off custom GUIs in OptiFine to save performance.However, I can't assist you with this.
### Supported loaders?
Fabric & Quilt. Anything else is not supported, those may or may not work.