aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2021-10-28 20:25:26 +0300
committerGitHub <noreply@github.com>2021-10-28 20:25:26 +0300
commite4b516d9fe63a2fa5da9dfe2125798f15453e83f (patch)
tree500f57b49dc1b58be77b80614d1a372644bfa784
parent9b76572e7bd9d02cd25a581010869d09163307be (diff)
downloadpistol-e4b516d9fe63a2fa5da9dfe2125798f15453e83f.tar.gz
docs: add README
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dea378a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# pistol
+ASCII renderer using Ray Marching technique written in Rust :crab: with NCurses.
+
+This project is a giga-chad compared to my previous attempt to write something similar: https://github.com/eug-vs/ascii-3d-renderer
+
+## Showcase
+[![asciicast](https://asciinema.org/a/Wo3mWNQUTYAeZkAYob2gKzv4h.svg)](https://asciinema.org/a/Wo3mWNQUTYAeZkAYob2gKzv4h)
+
+## Features
+ - Ray marching
+ - Camera navigation with VIM-keys