
DynamicHUD
A HUD library to create, display, load, save, interact and do much more with HUD elements (aka - widgets).
Оцените первым
19.8K
15
Список изменений
Update to 1.21.11
DynamicHUD has been updated to minecraft version 1.21.11 with the release of
4.0.0
This version comes with many important patches and improvements.
Major Highlights for Users:
- Neighbouring Widget Snap: An option has been added for users to use
smart snappingwhich enables widgets to snap around each other smoothly and also displays useful screen and widget axis alignment guidelines while dragging. - Color Picker: The color picker has been added back after being removed in previous versions.
- Enhanced Animations: Much more of the DynamicHUD UI comes with smoother and interactive animations.
- Performance Optimisations: This version is set to give a better and seamless experience with widgets.
- More options: We have added more options in the YACL configuration screen to help with more customisability.
- Separated Widget Scaling: Now users will be able to scale each widget separately by simply hovering over the widget and pressing
CTRL + MOUSE-SCROLL. This will allow you to change the size of any scalable widget as per your convenience. This is in addition to the Global Widget Scale in YACL configurations. - No jittering: All jitters are removed.
- Search Bar: A search bar has been added to the top of the context menu for some of the ContextMenu skins.
- GraphWidget Improvements: GraphWidget has been heavily improved to display clearer graph lines and points, better auto-range, sampling time, less intrusive label and more customisability for
ProandEnhancedsetting complexities. - Skins: All skins will now feel faster.
Major Changes for Developers:
The update to 1.21.11 also brings new changes to how things are rendered, so all rendering methods have been changed appropriately.
DynamicHUD now uses
official mojang mappingsinstead ofYarnmappings.
- [Feat.] Graph Control: Added new methods to let you change the timeline points (how long ago values should be displayed) and customize sampling rates. The graph will automatically rebuild its data array on the fly without losing previous values.
- [Feat.] Scaling related: Since widgets now contain localised scaling, you will need to use the widgetBox for current (modified) width and height after providing your raw dimensions.
- [New] Cycle Option: Both
EnumOptionandListOptionare replaced by a singleCycleOption. Hence all your skins need to be updated too. - [New] LayoutEngine: ContextMenu now uses a layout engine for options. A default VerticalFlow layout strategy is provided which is used by Classic, Modern and Minecraft Skins. This layout engine can be used to modify the
padding,spacingandminimum widthof options. - [New] Search: The following function can now be used to obtain search results from a query string through all options and option groups using
FuzzyScorematching:com.tanishisherewith.dynamichud.utils.Util.getSearchResults(String query, int minimumScore, List<Option<?>> options) - [New] MouseColorQuery: MouseColorQuery is a class that can be used to query color at a given mouse position at the end of the client tick. Used by the ColorPicker.
- [Fix.] ScrollHandler logic rewritten: To prevent jittering.
- [Removed] AnimationProperty<>: AnimationProperty was replaced by a consumer in
ValueAnimation. - [New] SquishAnimator: Used for a simple button squish effect in ModernSkin.
- [Fix] Skin.charTyped(...): This function call was missing in contextmenu and has been added.
- [Feat.] Animation Overhaul: Now all appropriate animation is being handled by
ValueAnimationor such instead of hardcoding a linear lerp. For eg. ContextMenu now also use localised scaling. - [Feat.] ModernSkin OptionGroup animation: OptionGroups in ModernSkin now have opening animation handled by static class
GroupAnimData.
And much more in-depth changes which will be updated soon in our Wiki.
Файлы
dynamichud-4.0.0.jar(464.58 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
4.0.0
Загрузчики
Fabric
Версии игры
1.21.11
Загрузок
29
Дата публикации
26.06.2026
