Navigation shouldn’t cost you FPS.
Most compass scripts use HTML/CSS (NUI) to render the bar and cardinal points. This often leads to “jittery” rotation or high CPU usage because the browser has to repaint the DOM constantly as you look around.
Aesir_Compass is different. It is built entirely on GTA V’s Native Graphics Engine (Scaleform/GFX).
It renders directly on the GPU canvas, providing 100% smooth rotation synchronized perfectly with the game camera, with negligible impact on performance.