# zigdex

[](https://ziglang.org/)
[](LICENSE)
A fast, lightweight Pokemon sprite viewer for your terminal written in Zig.
## Features
- ๐ฒ Random Pokemon with 1/128 shiny chance
- โจ Shiny variant support
- ๐ Sprites embedded in binary (works offline)
- ๐ฆ Single self-contained executable
- โก Optimized for shell startup scripts
## Performance
| Command | Mean [ยตs] | Min [ยตs] | Max [ยตs] | Relative |
|:---|---:|---:|---:|---:|
| `zigdex random` | 630.4 ยฑ 130.2 | 407.6 | 1993.0 | 1.00 |
| `pokeget random` | 1203.0 ยฑ 387.7 | 889.1 | 10657.3 | 1.91 ยฑ 0.73 |
| `krabby random` | 3632.3 ยฑ 284.5 | 3182.5 | 5362.4 | 5.76 ยฑ 1.27 |
```ascii
zigdex โโโโโโโโโโ 0.63ms โ 5.8x faster than krabby
pokeget โโโโโโโโโโ 1.20ms
krabby โโโโโโโโโโ 3.63ms
```