diff options
author | Andinus <andinus@nand.sh> | 2021-10-16 13:56:22 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-10-16 13:56:22 +0530 |
commit | 58a57abaaa5fa2f579e72350a7d5813c65e10560 (patch) | |
tree | df854b553d908e554a50f9b6266990d59c4d7973 | |
download | fornax-58a57abaaa5fa2f579e72350a7d5813c65e10560.tar.gz |
Initial Commit
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | LICENSE | 13 | ||||
-rw-r--r-- | README | 28 | ||||
-rw-r--r-- | README.org | 14 |
5 files changed, 58 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6b9d6b0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.raku linguist-language=Raku +*.rakumod linguist-language=Raku diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ad9441d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.precomp diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e51df07 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2021, Andinus <andinus@nand.sh> + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README b/README new file mode 100644 index 0000000..d71cd78 --- /dev/null +++ b/README @@ -0,0 +1,28 @@ + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + FORNAX + Collection of tools to visualize Path Finding + Algorithms + + Andinus + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + + +Table of Contents +───────────────── + +Project Structure + + +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + Website <https://andinus.unfla.me/projects/fornax> + Source <https://git.unfla.me/fornax> + GitHub (mirror) <https://github.com/andinus/fornax> +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + + +Project Structure +═════════════════ + + • Algorithms are located in `algorithms/' directory, sub-directory + needs to be created for programming languages which will hold the + actual source. diff --git a/README.org b/README.org new file mode 100644 index 0000000..131bc61 --- /dev/null +++ b/README.org @@ -0,0 +1,14 @@ +#+title: Fornax +#+subtitle: Collection of tools to visualize Path Finding Algorithms +#+export_file_name: index +#+setupfile: ~/.emacs.d/org-templates/projects.org + +| Website | https://andinus.unfla.me/projects/fornax | +| Source | https://git.unfla.me/fornax | +| GitHub (mirror) | https://github.com/andinus/fornax | + +* Project Structure + +- Algorithms are located in ~algorithms/~ directory, sub-directory needs + to be created for programming languages which will hold the actual + source. |