diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-04-21 15:04:56 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-04-21 15:04:56 +0300 |
commit | 24639575c32e48a3db46e06be6a3a25cd80e8991 (patch) | |
tree | c8d86d84ce9581a65471d0d4aa6720b4506fe6ae /blog/2021-10-28.md | |
parent | 0b7bc99af62aa53148b7fcede648e5dfb6e2ca22 (diff) | |
download | eug-vs-xyz-24639575c32e48a3db46e06be6a3a25cd80e8991.tar.gz |
refactor: change prject structure
Diffstat (limited to 'blog/2021-10-28.md')
-rw-r--r-- | blog/2021-10-28.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/blog/2021-10-28.md b/blog/2021-10-28.md deleted file mode 100644 index aece45f..0000000 --- a/blog/2021-10-28.md +++ /dev/null @@ -1,11 +0,0 @@ -# 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: |