diff options
author | Andinus <andinus@nand.sh> | 2021-11-09 21:19:29 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-11-09 21:21:12 +0530 |
commit | 14a411f3eea3b71831fc914eae0fb57f145c9365 (patch) | |
tree | a84208626fbe754b9f47c5e26327f42fde26a971 | |
parent | a8eae7c40f23c1486ab57941f4bf126aed160544 (diff) | |
download | fornax-14a411f3eea3b71831fc914eae0fb57f145c9365.tar.gz |
Add new demo links, link to latest writing
-rw-r--r-- | README | 15 | ||||
-rw-r--r-- | README.org | 9 |
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 |