• v0.0.2 60f43f755c

    v0.0.2
    All checks were successful
    ci/crow/push/build Pipeline was successful
    ci/crow/tag/build Pipeline was successful
    Stable

    insberr released this 2026-07-31 15:28:20 -07:00 | 0 commits to main since this release

    Just a few small changes for v0.0.2

    • added --gizmo-line-thickness so you can change the line thickness of the gizmos
    • nix users can now nix run git+https://git.insberr.com/insberr/vr-tracker-overlay or install to their system

    Some 'internal' stuff:

    • fonts are now embedded in the binary, it makes the build config a bit easier
    • added USE_SYSTEM_PACKAGES option for cmake if for whatever reason you wanna use the system packages for glm, freetype, and argparse (hint: nix build stuff needs this because its weird about git submodules, guh)
    • use argparse instead of whatever janky argument reading thing I made. Its better to use a library as more arguments are being added
    Downloads
  • v0.0.1 38ca1eb042

    v0.0.1
    All checks were successful
    ci/crow/manual/build Pipeline was successful
    ci/crow/tag/build Pipeline was successful
    Stable

    insberr released this 2026-07-29 21:23:41 -07:00 | 3 commits to main since this release

    First release!

    • Basic gizmo rendering on tracked devices
    • Launch arguments to enable the floor grid and tracker name/id labels
    Downloads