pub unsafe fn warmup()
Loads all the images into memory (about 300mb) This is a necessary function. Call it once in main.
fn main() { unsafe { mindus::warmup(); } }
only call once, else UB