From 8888db956b747e5b3fcc7cab2c82d062bf5ee2b0 Mon Sep 17 00:00:00 2001 From: IonutParau Date: Tue, 1 Jul 2025 20:21:34 +0200 Subject: [PATCH] a todo long in the making --- TODO.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..27122e9 --- /dev/null +++ b/TODO.md @@ -0,0 +1,19 @@ +# The extra components + +- `oled` component (OLED screen, a store of draw commands and resolution from NN's perspective) +- `ipu` component, an Image Processing Unit. Can bind with `oled`s, and issues said draw commands. +- `vt`, a virtual terminal with ANSI-like escapes. (and a function to get its resolution) +- (maybe) `qpu` component, a Quantum Processing Unit for quantum computing. +- `radio_controller` and `radio_tower` components, for radio telecommunications. +- `clock` component for arbitrary precision time-keeping. + +# Parity with Vanilla OC (only the stuff that makes sense for an emulator) + +- Unmanaged drives (the `drive` component) +- `computer` component +- `modem` component +- `tunnel` component +- `data` component (with error correction codes) +- `redstone` component +- `hologram` component +- `internet` component