summaryrefslogtreecommitdiff
path: root/src/pages/blog/2021-10-28.md
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-10-23 23:36:49 +0300
committereug-vs <eugene@eug-vs.xyz>2022-10-23 23:44:44 +0300
commit0945a5bad65a00d0aa837528a9e0575e9905ccea (patch)
treeec6fd5f5688f9db8048e91cd093a7f690c51d462 /src/pages/blog/2021-10-28.md
parentb328a15cbf5877125dcacacf589d26cc3e4a8e49 (diff)
downloadeug-vs-xyz-0945a5bad65a00d0aa837528a9e0575e9905ccea.tar.gz
feat!: restructure files in astro way
Diffstat (limited to 'src/pages/blog/2021-10-28.md')
-rw-r--r--src/pages/blog/2021-10-28.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pages/blog/2021-10-28.md b/src/pages/blog/2021-10-28.md
new file mode 100644
index 0000000..aece45f
--- /dev/null
+++ b/src/pages/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: