diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-10-28 20:45:40 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-03-17 16:43:31 +0300 |
commit | 1eb335e2b032932348f3fde103b2e5fc9efed22d (patch) | |
tree | f3b196bbdfb6ef4645e1acaeacf5c2563b9e6dd9 | |
parent | a47ad4c2b815370320e400e8f5338000c718e0ef (diff) | |
download | eug-vs-xyz-1eb335e2b032932348f3fde103b2e5fc9efed22d.tar.gz |
blog: pistol - yet another ASCII renderer
-rw-r--r-- | blog/2021-10-28.md | 11 | ||||
-rw-r--r-- | blog/index.md | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/blog/2021-10-28.md b/blog/2021-10-28.md new file mode 100644 index 0000000..152aede --- /dev/null +++ b/blog/2021-10-28.md @@ -0,0 +1,11 @@ +# Pistol :gun: - yet another ASCII renderer +In [previous blog post](./2021-10-27) I've shown you my beginnings with Rust :rust: - today I wanna share some progress! +The project is now officially called **Pistol** :gun: + +## Showcase +Thanks to `NCurses` it supports camera navigation using `VIM`-keys. Here's how it looks: + +[![asciicast](https://asciinema.org/a/Wo3mWNQUTYAeZkAYob2gKzv4h.svg)](https://asciinema.org/a/Wo3mWNQUTYAeZkAYob2gKzv4h) + +## Source code +Project source is now available [on GitHub](https://github.com/eug-vs/pistol) :github: diff --git a/blog/index.md b/blog/index.md index c6e84a1..4d921ec 100644 --- a/blog/index.md +++ b/blog/index.md @@ -4,6 +4,7 @@ ### October +- [Pistol :gun: - yet another ASCII renderer](2021-10-28.md) - [Ray marching in Rust :rust: !](2021-10-27.md) - [You should start using `ssh-copy-id` now!](2021-10-06.md) |