Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lainsce/dot-matrix
The glyph playground of creativity from simple lines
https://github.com/lainsce/dot-matrix
dotmatrix grid gridview gtk4 matrix
Last synced: 5 days ago
JSON representation
The glyph playground of creativity from simple lines
- Host: GitHub
- URL: https://github.com/lainsce/dot-matrix
- Owner: lainsce
- License: gpl-3.0
- Created: 2019-02-28T04:18:12.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T12:09:56.000Z (6 months ago)
- Last Synced: 2024-12-21T21:07:43.818Z (12 days ago)
- Topics: dotmatrix, grid, gridview, gtk4, matrix
- Language: Vala
- Homepage:
- Size: 1.56 MB
- Stars: 125
- Watchers: 3
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Dot Matrix
The glyph playground of creativity from simple lines
###
[![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)![Light screenshot](data/shot.png#gh-light-mode-only)
![Dark screenshot](data/shot-dark.png#gh-dark-mode-only)## 💝 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
libgee-0.8
meson
vala
```## 🏗️ Building
Simply clone this repo, then:
```bash
meson _build --prefix=/usr && cd _build
sudo ninja install
```