All Projects → officialLennox → rainbowify

officialLennox / rainbowify

Licence: GPL-3.0 license
Fabric mod for rainbow and blur backgrounds in minecraft guis

Programming Languages

java
68154 projects - #9 most used programming language
GLSL
2045 projects

Projects that are alternatives of or similar to rainbowify

RainbowTaskbar
Customizable Windows taskbar effects.
Stars: ✭ 39 (+116.67%)
Mutual labels:  rainbow, blur
Cotton
The core of the mod, and everything which does not have a separate project yet.
Stars: ✭ 25 (+38.89%)
Mutual labels:  fabric
go-traits
A concept package that helps implement mixin behavior using embedded structs and hook interfaces.
Stars: ✭ 21 (+16.67%)
Mutual labels:  mixins
sass-boilerplate
A collection of common use Sass stylesheets, mixins and functions.
Stars: ✭ 60 (+233.33%)
Mutual labels:  mixins
MythicMetals
Fabric based Minecraft mod that adds new materials into the game. Includes new tools, ores, anvils, and sets of armor.
Stars: ✭ 35 (+94.44%)
Mutual labels:  fabric
Rats-Mischief
Rat's Mischief is a Minecraft mod that adds rats made by RAT and Arathain.
Stars: ✭ 31 (+72.22%)
Mutual labels:  fabric
Grimoire-legacy
General-purpose Mixin loader framework, which allows to properly implement mixins on 1.7.10/1.12.2 versions of Minecraft. For updated version check out https://github.com/Aizistral-Studios/Grimoire
Stars: ✭ 27 (+50%)
Mutual labels:  mixins
authme
🔒 Authenticate yourself in Minecraft and re-validate your session
Stars: ✭ 60 (+233.33%)
Mutual labels:  fabric
blur-up
A tool that creates preview images.
Stars: ✭ 28 (+55.56%)
Mutual labels:  blur
NotEnoughAnimations
Brings the First-Person animations to the Third-Person and tries to fix other animation issues of the Third-Person.
Stars: ✭ 41 (+127.78%)
Mutual labels:  fabric
Sledgehammer
Smashes the stupid out of the client & server.
Stars: ✭ 13 (-27.78%)
Mutual labels:  mixins
kibe
A miscellaneous mod for Minecraft that adds a bunch of random, and mostly unoriginal things.
Stars: ✭ 42 (+133.33%)
Mutual labels:  fabric
daml-on-fabric
Enabling DAML applications to run on Hyperledger Fabric
Stars: ✭ 23 (+27.78%)
Mutual labels:  fabric
2019-15
Catch My Mind - 웹으로 즐길 수 있는 캐치마인드
Stars: ✭ 19 (+5.56%)
Mutual labels:  fabric
plazar-js
Modular framework built with enterprise in mind - http://www.plazarjs.com
Stars: ✭ 25 (+38.89%)
Mutual labels:  mixins
NCop
Composite-aspect oriented framework for .NET
Stars: ✭ 30 (+66.67%)
Mutual labels:  mixins
Negativity
Github of Negativity, a Minecraft AntiCheat. Premium at 8€:
Stars: ✭ 184 (+922.22%)
Mutual labels:  fabric
rupture-sass
Better media queries mixins library for SASS
Stars: ✭ 47 (+161.11%)
Mutual labels:  mixins
Blurberry
Transparent blur using UIVisualEffectView without subclassing
Stars: ✭ 46 (+155.56%)
Mutual labels:  blur
less-mix
LESS-Mix - is a functional, powerful and convenient library LESS-mixins.
Stars: ✭ 22 (+22.22%)
Mutual labels:  mixins

rainbowify

rainbowify is a Fabric mod for Minecraft 1.19 that adds a customizable rainbow background to many Minecraft HUDs and optionally modifies enchantment glint.

Although the main feature of the mod is adding a rainbow gradient background to HUDs, there also is a blur option, which delivers a much better frame time than other solutions, even making it compatible and fluent with older GPUs. If you don't like the rainbow gradient you can simply disable it in the options and only use the blur backdrop.

Discord: https://discord.gg/Ka2yV5MkFw
Modrinth: https://modrinth.com/mod/rainbowify

Installation

We take a working Fabric installation for granted. Have a look at the Fabric website if you haven't installed it yet.

Simply drag the mod into your mods folder. You must have the Fabric API installed the same way. We recommend also using Modmenu (for editing rainbowify's settings ingame). rainbowify is compatible with Sodium, so you may want to use that as well for improved performance.

Customization

In the mod menu rainbowify settings, you can customize multiple values:

screenshot of settings

  • Rainbowify: Enables/disables the mod.
  • Blur: Enables/disables the blur in GUI backgrounds. If you notice any stutters in the GUI, turn this off.
  • Rainbow: Enables/disables the rainbow gradient in GUI backgrounds.
  • Blur amount: How large the blur radius will be. The higher this setting, the less recognizable the background will be.
  • Rainbow opacity: How opaque the rainbow colors will be.
  • Rainbow speed: How fast the rainbow colors will move.
  • Glint: Turns the enchantment glint into a customized rainbow glint
  • Insanity Glint: Enables insanity glint for armor, this also makes it screen position independent

Development Setup

  1. Clone this project git clone https://github.com/officialLennox/rainbowify
  2. Open the project in IntelliJ as gradle project
  3. Execute the genSources gradle task
  4. Build the jar with the assemble gradle task

Code Conventions

We use Google Code Conventions with 2 spacings, please keep that in mind while contributing.

License

Copyright (c) 2021-2022 Lennox

rainbowify is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

rainbowify is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with rainbowify. If not, see https://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].