Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rzru/pokerust-tui
it's a pokedex running in your terminal!
https://github.com/rzru/pokerust-tui
pokedex pokemon rust rust-lang terminal tui tui-rs
Last synced: about 2 months ago
JSON representation
it's a pokedex running in your terminal!
- Host: GitHub
- URL: https://github.com/rzru/pokerust-tui
- Owner: rzru
- Created: 2022-05-11T22:11:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T17:13:17.000Z (over 2 years ago)
- Last Synced: 2023-03-08T23:32:36.942Z (almost 2 years ago)
- Topics: pokedex, pokemon, rust, rust-lang, terminal, tui, tui-rs
- Language: Rust
- Homepage:
- Size: 1.59 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokerust
Hey it's (another) pokedex running in your terminal! Built in Rust.
![Quick Demo](/docs/demo.gif "Logo Title Text 1")
## Motivation and general info
I am excited about Rust and in love with Pokemon franchise. So I summed up two plus two and decided that it will be great to make Pokedex as a practice pet project. I tried to keep my code as clean as possible, but due to my little knowledge of Rust and it's best practices there might be some inconsistencies and stuff.
Feel free to add issues and maybe contribute!
## Useful commands
```bash
# Run in development mode
cargo run# Build release version
cargo build --release# Run release version
cd target/release
./pokerust-tui
```## Shoutouts
Built with [PokéAPI](https://pokeapi.co/) and [tui-rs](https://github.com/fdehau/tui-rs).## License
[MIT](https://opensource.org/licenses/MIT)