about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README15
-rw-r--r--README.org9
2 files changed, 17 insertions, 7 deletions
diff --git a/README b/README
index aa28f25..3b709af 100644
--- a/README
+++ b/README
@@ -12,17 +12,10 @@ Table of Contents
 
 1. Demo
 2. Installation
-.. 1. Release
-.. 2. From Source
-..... 1. Without `git'
-..... 2. With `git'
 3. Documentation
-.. 1. Options
 4. Project Structure
 5. Fornax Format
-.. 1. Grids
 6. News
-.. 1. v0.1.0 - 2021-11-03
 
 
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
@@ -45,6 +38,14 @@ This collection includes:
 
   [https://andinus.unfla.me/resources/projects/fornax/2021-11-03-DFS-33.png]
 
+  • DFS-51-incomplete (upto 187,628 frames; 120 fps):
+    <https://diode.zone/w/4RSFatXPL3GrkUucnFdxVS>
+  • DFS-51-incomplete (upto 4,000 frames; 120 fps):
+    <https://diode.zone/w/hWWaw8uKHCP5weUP5WWArD>
+
+  • Fornax: Generating 4.8 million frames:
+    <https://andinus.unfla.me/writings/2021/fornax-generating-4.8-million-frames.html>
+
 
 [https://andinus.unfla.me/resources/projects/fornax/2021-11-03-DFS-33.png]
 <https://andinus.unfla.me/resources/projects/fornax/2021-11-03-DFS-33.mp4>
diff --git a/README.org b/README.org
index b2c0c1c..bf6e2c6 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,7 @@
 #+title: Fornax
 #+subtitle: Collection of tools to visualize Path Finding Algorithms
 #+export_file_name: index
+#+options: toc:1
 #+setupfile: ~/.emacs.d/org-templates/projects.org
 
 | Website         | https://andinus.unfla.me/projects/fornax |
@@ -18,6 +19,14 @@ Solution for /DFS-33/, generated on /2021-11-03/ (click to play).
 
 [[https://andinus.unfla.me/resources/projects/fornax/2021-11-03-DFS-33.mp4][https://andinus.unfla.me/resources/projects/fornax/2021-11-03-DFS-33.png]]
 
+- DFS-51-incomplete (upto 187,628 frames; 120 fps):
+  https://diode.zone/w/4RSFatXPL3GrkUucnFdxVS
+- DFS-51-incomplete (upto 4,000 frames; 120 fps):
+  https://diode.zone/w/hWWaw8uKHCP5weUP5WWArD
+
+- Fornax: Generating 4.8 million frames:
+  https://andinus.unfla.me/writings/2021/fornax-generating-4.8-million-frames.html
+
 * Installation
 
 ~fornax~ is written in Raku, it can be installed with ~zef~. You can also
8' href='#n168'>168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203