From f60d73d173c3bb3a9c8fa88c5b2ba25998e9af7a Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sun, 15 Mar 2026 23:51:32 +0200 Subject: [PATCH] docs: rename screenshots and add developer tools section - Rename screenshots folder to Screenshots (proper capitalization) - Rename screenshot files with improved names - Add Developer tools section referencing F12 feature --- .../life.png => Screenshots/Life.png} | Bin .../Mathematical formulas.png} | Bin ...fractal in voxel polygon hybrid scene.png} | Bin .../Sine heightmap and sphere.png} | Bin .../Text editors 2.png} | Bin .../Text editors.png} | Bin doc/index.org | 24 +++++++++++++----- 7 files changed, 17 insertions(+), 7 deletions(-) rename doc/{screenshots/life.png => Screenshots/Life.png} (100%) rename doc/{screenshots/mathematical formulas.png => Screenshots/Mathematical formulas.png} (100%) rename doc/{screenshots/raytracing fractal in voxel polygon hybrid scene.png => Screenshots/Raytracing fractal in voxel polygon hybrid scene.png} (100%) rename doc/{screenshots/sinus heightmaps and sphere.png => Screenshots/Sine heightmap and sphere.png} (100%) rename doc/{screenshots/text editors 2.png => Screenshots/Text editors 2.png} (100%) rename doc/{screenshots/text editors.png => Screenshots/Text editors.png} (100%) diff --git a/doc/screenshots/life.png b/doc/Screenshots/Life.png similarity index 100% rename from doc/screenshots/life.png rename to doc/Screenshots/Life.png diff --git a/doc/screenshots/mathematical formulas.png b/doc/Screenshots/Mathematical formulas.png similarity index 100% rename from doc/screenshots/mathematical formulas.png rename to doc/Screenshots/Mathematical formulas.png diff --git a/doc/screenshots/raytracing fractal in voxel polygon hybrid scene.png b/doc/Screenshots/Raytracing fractal in voxel polygon hybrid scene.png similarity index 100% rename from doc/screenshots/raytracing fractal in voxel polygon hybrid scene.png rename to doc/Screenshots/Raytracing fractal in voxel polygon hybrid scene.png diff --git a/doc/screenshots/sinus heightmaps and sphere.png b/doc/Screenshots/Sine heightmap and sphere.png similarity index 100% rename from doc/screenshots/sinus heightmaps and sphere.png rename to doc/Screenshots/Sine heightmap and sphere.png diff --git a/doc/screenshots/text editors 2.png b/doc/Screenshots/Text editors 2.png similarity index 100% rename from doc/screenshots/text editors 2.png rename to doc/Screenshots/Text editors 2.png diff --git a/doc/screenshots/text editors.png b/doc/Screenshots/Text editors.png similarity index 100% rename from doc/screenshots/text editors.png rename to doc/Screenshots/Text editors.png diff --git a/doc/index.org b/doc/index.org index 92d3d10..7301d42 100644 --- a/doc/index.org +++ b/doc/index.org @@ -88,7 +88,7 @@ devised by the British mathematician John Horton Conway in 1970. otherwise it dies. + Dead cell becomes alive if neighbors count is exactly 3. -[[file:screenshots/life.png]] +[[file:Screenshots/Life.png]] Current application projects 2D game grid/matrix onto three dimensional space. Extra dimension (height) is used to visualize @@ -108,7 +108,7 @@ Usage: :ID: 39250157-db8e-4861-a21b-8568912bd160 :END: -[[file:screenshots/text editors.png]] +[[file:Screenshots/Text editors.png]] Initial test for creating user interfaces in 3D and: + window focus handling @@ -149,7 +149,7 @@ again, window must be unfocused first using ESC key. *Quite a lot of text editors can be rendered:* -[[file:screenshots/text editors 2.png]] +[[file:Screenshots/Text editors 2.png]] See also [[https://hackers-1995.vercel.app/][similar looking web based demo]] ! :) @@ -159,18 +159,18 @@ See also [[https://hackers-1995.vercel.app/][similar looking web based demo]] ! :ID: a1b2c3d4-e5f6-7890-abcd-ef1234567890 :END: -[[file:screenshots/mathematical formulas.png]] +[[file:Screenshots/Mathematical formulas.png]] + TODO: instead of projecting 2D visualizations onto 3D space, visualize some formula using all 3 dimensions avaliable. -** Sine heightmaps and sphere +** Sine heightmap and sphere :PROPERTIES: :CUSTOM_ID: sine-heightmaps-and-sphere :ID: b2c3d4e5-f6a7-8901-bcde-f12345678901 :END: -[[file:screenshots/sinus heightmaps and sphere.png]] +[[file:Screenshots/Sine heightmap and sphere.png]] Simple test scene. Easy to implement and looks nice. @@ -180,7 +180,7 @@ Simple test scene. Easy to implement and looks nice. :ID: c3d4e5f6-a7b8-9012-cdef-123456789012 :END: -[[file:screenshots/raytracing fractal in voxel polygon hybrid scene.png]] +[[file:Screenshots/Raytracing fractal in voxel polygon hybrid scene.png]] Test scene that is generated simultaneously using: + conventional polygons @@ -240,6 +240,16 @@ Star Grid 256.88 #+end_example +** Developer tools +:PROPERTIES: +:CUSTOM_ID: developer-tools +:ID: 8c5e2a1f-9d3b-4f6a-b8e7-1c4d5f7a9b2e +:END: + +Press *F12* in any demo to open the Developer Tools panel. This +debugging interface provides real-time insight into the rendering +pipeline with diagnostic toggles. + * Source code :PROPERTIES: :CUSTOM_ID: source-code -- 2.20.1