From 9a0d869f4ab73c7945ca29fead7bb124d71fa0bc Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Wed, 18 Mar 2026 23:46:41 +0200 Subject: [PATCH] docs: add ideas for codec integration Add section for potential integration with diamond square algorithm based multidimensional data compressor, including 3D UI debugging and codec demos. --- doc/index.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/index.org b/doc/index.org index 2658d32..87fbb80 100644 --- a/doc/index.org +++ b/doc/index.org @@ -89,6 +89,15 @@ http://www.mission-base.com/tamiko/theory/cm_txts/di-ch2.html we can pre-distribute data across computation units and perform parallel [[id:171fe375-c737-41e6-b429-a414f6abc5d8][geometrical computation]]. +* Ideas +** Integrate with lossless diamond square algorithm based multidimensional data compressor + ++ Demonstrate using 3D UI for debugging algorithm internals. + ++ Separate RGB/YUV channels into separate encoders/decoders + ++ Make demo lossless image and sound CODECS. + * Reasons for hypercube :PROPERTIES: :ID: 96116550-a6a1-4700-bef7-865d0deee7ea -- 2.20.1