From 24639575c32e48a3db46e06be6a3a25cd80e8991 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 21 Apr 2022 15:04:56 +0300 Subject: refactor: change prject structure --- src/blog/2021-10-28.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/blog/2021-10-28.md (limited to 'src/blog/2021-10-28.md') diff --git a/src/blog/2021-10-28.md b/src/blog/2021-10-28.md new file mode 100644 index 0000000..aece45f --- /dev/null +++ b/src/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: -- cgit v1.2.3