blob: 2414224824479450bc1d15f752e0c888a694a4b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
layout: ../../layouts/BlogLayout.astro
---
# 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:
|