From 58a57abaaa5fa2f579e72350a7d5813c65e10560 Mon Sep 17 00:00:00 2001 From: Andinus Date: Sat, 16 Oct 2021 13:56:22 +0530 Subject: Initial Commit --- .gitattributes | 2 ++ .gitignore | 1 + LICENSE | 13 +++++++++++++ README | 28 ++++++++++++++++++++++++++++ README.org | 14 ++++++++++++++ 5 files changed, 58 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README create mode 100644 README.org 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 + +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 + Source + GitHub (mirror) +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + + +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. -- cgit 1.4.1-2-gfad0