Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lainsce/emulsion
Store your palettes in an easy way, and edit them if needed.
https://github.com/lainsce/emulsion
gtk4 palette palette-software
Last synced: about 2 months ago
JSON representation
Store your palettes in an easy way, and edit them if needed.
- Host: GitHub
- URL: https://github.com/lainsce/emulsion
- Owner: lainsce
- License: gpl-3.0
- Created: 2021-04-29T00:19:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T16:50:04.000Z (8 months ago)
- Last Synced: 2024-10-25T09:25:06.229Z (about 2 months ago)
- Topics: gtk4, palette, palette-software
- Language: Vala
- Homepage:
- Size: 774 KB
- Stars: 67
- Watchers: 4
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Emulsion
Stock up on colors
###
[![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)![Screenshot](data/shot.png)
## 💝 Donations
Would you like to support the development of this app to new heights?
Then become a GitHub Sponsor or check my Patreon, buttons in the sidebar.## 🛠️ Dependencies
Please make sure you have these dependencies first before building.
```bash
gtk4
libadwaita-1
libjson-glib
libgee-0.8
meson
vala
```## 🏗️ Building
Simply clone this repo, then:
```bash
meson _build --prefix=/usr && cd _build
sudo ninja install
```