diff --git a/README.md b/README.md
index 8b19614..196d71c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# AsciiCam
Ascii video output from webcam in terminal.
-
+
## Build and Run
```
@@ -32,5 +32,9 @@ Run with all or selected plugins (currently 3)
- [x] Sobel edge detection (kernel convolution). Algorithm reference: https://homepages.inf.ed.ac.uk/rbf/HIPR2/sobel.htm
- [x] SIMD for YUYV to grayscale coversion.
- [x] Hot-reloading plugin system
+- [ ] Analyzing frames for what changed (inter-frame compression)
+- [ ] Temporal Compression
+- [ ] Lookup Table (LUT) Cache Optimization
-- [ ] Migrate from C to Cpp.
+
+- [ ] Migrate from C to Cpp after, I consider, I have done enough optimisation in C.
diff --git a/assets/demo2.gif b/assets/demo2.gif
new file mode 100644
index 0000000..0255e52
Binary files /dev/null and b/assets/demo2.gif differ