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

https://github.com/ellie-commons/rollit

Simply roll a dice
https://github.com/ellie-commons/rollit

elementary-apps elementary-os elementaryos gtk4 pantheon vala

Last synced: 9 months ago
JSON representation

Simply roll a dice

Awesome Lists containing this project

README

          


An icon representing a six-sided dice, showing a three

Roll-It


Simply roll a dice


A screenshot of a window displaying a dice result and a history of past rolls


Made for elementary OS

## Installation

Roll-It is designed and developed primarily for [elementary OS]. The latest stable release is available via AppCenter.

[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg?new)](https://appcenter.elementary.io/io.github.ellie_commons.rollit)

It is the updated, older codebase of Chance, which once was an elementary OS, but is now on Flathub and for GNOME systems:

The code is originally from @zelikos, who allowed us to update it for elementary OS

[Download on Flathub](https://flathub.org/apps/dev.zelikos.rollit)

## 💝 Donations

You can donate to various contributors:
- Akzel/Zelikos, the original author (https://ko-fi.com/akzel94)
- teamcons, the main devs and maintainers behind Roll-It as of now (https://ko-fi.com/teamcons)

## 🏗️ Building

Installation is as simple as installing the above, downloading and extracting the zip archive, changing to the new repo's directory,
and run the following command:

### On elementary OS or with its appcenter remote installed

```bash
flatpak-builder --force-clean --user --install-deps-from=appcenter --install builddir ./io.github.ellie_commons.rollit.yml
```

### On other systems:

First, install the elementary Flatpak runtime & SDK:

```bash
flatpak remote-add --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo
flatpak install appcenter io.elementary.Platform//8.2 io.elementary.Sdk//8.2
```

Then follow the elementary OS instructions