commit - dce524c1691c419987ce7a2f2e66a62ddc001baa
commit + add1b745a56591b99ad089d0a965815784210dd0
blob - 0e3692839de06b72b6833397caca69ba8fcdb64d
blob + 464f7e3a00c437c877adc82d28760fca553c0787
--- README.md
+++ README.md
yac8e is yet another Chip8 emulator, written in Rust.
It will use [minifb](https://docs.rs/minifb/0.19.3/minifb/) for video and keyboard inputs.
+
+## TODO
+
+- [ ] [logging](https://github.com/borntyping/rust-simple_logger)
+- [ ] tests
+- [ ] [video output](https://docs.rs/minifb/0.19.3/minifb/struct.Window.html#method.update_with_buffer)
+- [ ] handle [keyboard inputs](https://docs.rs/minifb/0.19.3/minifb/struct.Window.html#method.get_keys_pressed)
+- [ ] proper [error handling](https://docs.rs/thiserror/1.0.26/thiserror/)