This repository contains a basic Kalman filter implementation (kalman.hpp) and a visualization for testing. It's based on glm, so you'll need to clone it or install development packages to use it. SDL3 is used for the visualization.
g++ main.cpp -lglm -lSDL3 -o main
./main
This project falls under MIT, use and distribute as neeeded.