An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          





StarryDex

![Flathub Version](https://img.shields.io/flathub/v/dev.mariinkys.StarryDex)
![Flathub Downloads](https://img.shields.io/flathub/downloads/dev.mariinkys.StarryDex)
![GitHub License](https://img.shields.io/github/license/mariinkys/starrydex)
![GitHub Repo stars](https://img.shields.io/github/stars/mariinkys/starrydex)

A Pokédex application for the COSMIC™ desktop





Download on Flathub

## 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
```