Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.24 KB

OTHER_PROJECTS.md

File metadata and controls

26 lines (16 loc) · 1.24 KB

Other Projects

Please note some of these might not be maintained.

It's changed quite a bit since I last looked at it, as it is now written in python, and many of my previous issues with it have been fixed.

It actually uses the same sprite database that pokeget does, which is quite cool. However, it also requires the actual sprite files be on your machine, so it isn't very portable.

It is written in bash, but calls terminal image viewers like timg/chafa for display so it is significantly slower.

Other than that, it's extremely feature rich but is also far heavier because of timg & chafa.

Krabby is also written in rust, but it isn't very fast and can't display multiple sprites at once. The slowness is because it uses a full JSON API to retrieve forms and pokemon data, while pokeget settles with simpler guesses and compromises. As a result, pokeget is much faster than Krabby by a factor of about ~5x on an M1 Macbook.

Although it has a random shiny option, which in my opinion is absolutely awesome.