Skip to content

Migrate color picker to modern rendering pipeline - #92

Merged
Sychic merged 5 commits into
masterfrom
fix/color-picker
Jul 14, 2025
Merged

Migrate color picker to modern rendering pipeline#92
Sychic merged 5 commits into
masterfrom
fix/color-picker

Conversation

@Sychic

@Sychic Sychic commented Jul 8, 2025

Copy link
Copy Markdown
Member

Also bumps UC and Elementa to 421 and 710 respectively

@Sychic
Sychic requested a review from Johni0702 July 8, 2025 17:36
Comment thread src/main/kotlin/gg/essential/vigilance/gui/settings/ColorPicker.kt Outdated
Comment thread gradle/libs.versions.toml
@Sychic
Sychic requested a review from Johni0702 July 14, 2025 10:22
Comment thread src/main/kotlin/gg/essential/vigilance/gui/settings/ColorPicker.kt Outdated
@Sychic
Sychic requested a review from Johni0702 July 14, 2025 12:19
@Sychic
Sychic merged commit c4300eb into master Jul 14, 2025
1 check passed
@Johni0702

Copy link
Copy Markdown
Contributor

For extra context on the switch to shader, here's the commit message from Essential's color picker:

Significantly reduces the amount of quads drawn from one per MC pixel to
just a single one, also fixes broken result on some resolutions caused
by incorrect rounding (1.33 - 0.33 may be 0.99 which should round to 1
but toInt usedd here gives 0).

@Johni0702
Johni0702 deleted the fix/color-picker branch July 14, 2025 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants