madjoel / waig

Fabric mod for Minecraft, adds a minimal RPG-inspired compass HUD to the game.
MIT License
4 stars 3 forks source link

Appreciations and suggestions #8

Open AdmirablePeasant opened 3 months ago

AdmirablePeasant commented 3 months ago

Hi! I love having found this mod as it's the closest to what i've been searching for

Here is the one I was kinda searching for.. https://preview.redd.it/does-anyone-know-which-mod-is-this-compass-hud-from-v0-csq9ow4rgy6b1.jpg?width=395&format=pjpg&auto=webp&s=1a325dd20811ecce7dcea30c3ac174e0d46557cf

I'd love to contribute to this mod if possible, so I'd like to suggest to add a precision Indication like:

 N           NE           E           SE          S
 |     |      |     |     |     |     |     |     |
                          ^

It would be cool if u contact me on discord also, as I'd love to continute with perhaps a fresher logo for the mod (for free ofc) My Discord: ad.p

madjoel commented 3 months ago

Hi, thanks for the kind words.

I looked into this, and it looks like it is unfortunately not trivial for me to implement the vertical bars, as my code relies on the individual characters having roughly the same width. The Minecraft Font is not monospaced, so E and | for example have different widths.

However, I like the general idea of an indicator, so I could implement something like this:

 . NW . . . . . . . N . . . . . . . NE . 
                    ^
fabien-gigante commented 5 days ago

Hello,

Thanks for the great mod !

I've been experimenting in the following fork: https://github.com/fabien-gigante/WhereAmIGoingMod

image

Maybe a bit closer to what @AdmirablePeasant was looking for ?