From e4b516d9fe63a2fa5da9dfe2125798f15453e83f Mon Sep 17 00:00:00 2001 From: Eugene Sokolov Date: Thu, 28 Oct 2021 20:25:26 +0300 Subject: docs: add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3