Public part of Guild Wars 2 addon: Transparent Heart Progress
The Transparent Heart Progress addon provides a detailed and visually appealing display of renown heart progression in Guild Wars 2. It enhances the default UI by showing precise progress percentage with precision of two decimal places that integrates seamlessly with the game's interface. This data is already available to all users (graphically, in form of bar only) or to other party members (as hover tooltip) thus making addon ToS compliant.
- Displays renown heart progress as a percentage
- Minimalistic, lightweight and easy to use
- After enabling the addon you might need to leave and re-enter Renown Heart.
Addon buildable with Docker GW2 Addon Builder.
docker run --rm \
-v <repo-path>:/addon \
ghcr.io/jsantorek/gw2-addon-builder:latest \
bash -c "\
conan install . --build missing --profile windows-dynamic &&\
cmake --preset conan-release &&\
cmake --build --preset conan-release &&\
cmake --install build/Release --prefix install "