https://github.com/mariinkys/starrydex
A Pokédex application for the COSMIC™ desktop written in Rust
https://github.com/mariinkys/starrydex
cosmic libcosmic pokedex pokemon rust
Last synced: 5 months ago
JSON representation
A Pokédex application for the COSMIC™ desktop written in Rust
- Host: GitHub
- URL: https://github.com/mariinkys/starrydex
- Owner: mariinkys
- License: gpl-3.0
- Created: 2024-05-21T13:26:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T15:19:08.000Z (6 months ago)
- Last Synced: 2025-04-18T06:10:06.169Z (6 months ago)
- Topics: cosmic, libcosmic, pokedex, pokemon, rust
- Language: Rust
- Homepage:
- Size: 3.23 MB
- Stars: 27
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
StarryDex



A Pokédex application for the COSMIC™ desktop
![]()
## Information
> [!TIP]
> The application can work offline after initial setup is completed.> [!CAUTION]
> Right now the application configuration does not get saved and it's lost upon application restart.Created by [mariinkys](https://github.com/mariinkys). Pokémon and Pokémon character names are trademarks of Nintendo.
This application uses [PokeApi](https://github.com/PokeAPI/) and it's resources.
## Install
To install your COSMIC application, you will need [just](https://github.com/casey/just), if you're on Pop!\_OS, you can install it with the following command:
```sh
sudo apt install just
```After you install it, you can run the following commands to build and install your application:
```sh
just build-release
sudo just install
```