src: implement ego tracking models, and port shaders from renderbug into here

This commit is contained in:
2025-09-22 13:16:39 +02:00
parent 29ba78d5b2
commit 19875f6ae5
18 changed files with 1191 additions and 184 deletions

View File

@@ -1,2 +1,5 @@
pub mod i2c;
pub mod render;
pub mod mpu;
pub mod render;
pub mod motion;
pub mod gps;
pub mod ui;