Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 days 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.

> [!WARNING]
> Beware there are some visual bugs when COSMIC is not installed on the system.
> (It seems like you do not need to be using COSMIC, but you need to have it installed to avoid visual issues with libcosmic).

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.

Bundled Icons: "[Cosmic Icons](http://github.com/pop-os/cosmic-icons)" by [System76](http://system76.com/) is licensed under [CC-SA-4.0](http://creativecommons.org/licenses/by-sa/4.0/)

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