CaffeineMC / sodium-fabric

A Minecraft mod designed to improve frame rates and reduce micro-stutter
Other
4.75k stars 809 forks source link

HUD optimizations #1333

Open Mercenarioo opened 2 years ago

Mercenarioo commented 2 years ago

Version information

1.18/1.19

Expected Behavior

I was running throught the PRs and I notice that in the https://github.com/CaffeineMC/sodium-fabric/pull/727 you mention that there is the optimization added, you talk there about increasing fps, I want to ask why isn't this implemented in the actual version if it helped?

Actual Behavior

.

Reproduction Steps

.

Java version

Java 19

CPU

.

GPU

.

Additional information

No response

Anshumant7 commented 2 years ago

Some of the features mentioned in the PR were implemented as you can see in this comment.

Implementing the entire PR is impractical as it would break compatibility with other mods.

Mercenarioo commented 2 years ago

Some of the features mentioned in the PR were implemented as you can see in this comment.

Implementing the entire PR is impractical as it would break compatibility with other mods.

These featuer are not present in the master, only in 0.4/experiments.

There is no sign of breaking compability with the mods, you could always add option to disable these optimizations.

HyperSoop commented 2 years ago

Yes - you can always add a toggle ofor those in case any issues arise for the player.

douira commented 4 months ago

Is this issue still relevant? Are we using this as a tracking issue or was it just related to GUI rendering experiments from two years ago