Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eudaldgr/elements

⚗️ A periodic table designed for pantheon shell
https://github.com/eudaldgr/elements

chemistry elementary gtk3 meson pantheon science vala

Last synced: 29 days ago
JSON representation

⚗️ A periodic table designed for pantheon shell

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/eudaldgr/elements.svg?branch=master)](https://travis-ci.com/eudaldgr/elements)


Icon

Elements


A periodic table designed for pantheon shell


![Screenshot](data/screenshots/Screenshot1.png)

![Screenshot](data/screenshots/Screenshot2.png)

## Installation


Get it on AppCenter

### Dependencies

These dependencies must be present before building
- `valac`
- `meson`
- `gtk+-3.0`
- `granite`
- `glib2.0`

You can install these on a ubuntu-based system by executing this command:

```
sudo apt install valac libgtk-3-dev libglib2.0-dev libgranite-dev meson
```

### Building

```
git clone https://github.com/eudaldgr/elements.git
meson build && cd build
meson configure -Dprefix=/usr
ninja
sudo ninja install
com.github.eudaldgr.elements
```

### Deconstruct

```
sudo ninja uninstall
```