Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eudaldgr/elements
- Owner: eudaldgr
- License: gpl-3.0
- Created: 2019-12-12T18:28:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T17:09:45.000Z (over 4 years ago)
- Last Synced: 2024-08-04T03:03:50.140Z (4 months ago)
- Topics: chemistry, elementary, gtk3, meson, pantheon, science, vala
- Language: Vala
- Homepage:
- Size: 1.87 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-elementaryos - Elements - A periodic table [:white_check_mark:](https://appcenter.elementary.io/com.github.eudaldgr.elements.desktop) (Applications / Science)
README
[![Build Status](https://travis-ci.com/eudaldgr/elements.svg?branch=master)](https://travis-ci.com/eudaldgr/elements)
Elements
A periodic table designed for pantheon shell
![Screenshot](data/screenshots/Screenshot1.png)
![Screenshot](data/screenshots/Screenshot2.png)
## Installation
### 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
```