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

@@ -4,6 +4,8 @@ pub mod display;
pub mod backoff;
pub mod events;
pub mod tasks;
pub mod shaders;
pub mod ego;
extern crate alloc;
use rgb::Rgb;