diff options
-rw-r--r-- | README.md | 11 |
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 |