~maddie/STT-implementation

ref: ef5a59603a4d1a1ae47bb6dc97c362c5ed4a6dae STT-implementation/src/main.rs -rw-r--r-- 1.9 KiB
907f5140 — kn0000 4 months ago
Added keyboard input checking, yet to be tested though, but nothing that was working is broken.
0498f90e — kn0000 4 months ago
Added helper function for keyboard input
9303aa07 — kn0000 6 months ago
Rewrote lib.rs to fix numerous mistakes and tidy up with constants
bd62c037 — kn0000 8 months ago
Implement the run loop and display, untested for now
465460b4 — kn0000 8 months ago
Add minifb and a function for converting a region of memory into a display buffer
ed510872 — kn0000 8 months ago
Initial commit, baseline implementation.