https://github.com/donadigo/dot-matrix
The glyph playground of creativity from simple lines
https://github.com/donadigo/dot-matrix
Last synced: about 21 hours ago
JSON representation
The glyph playground of creativity from simple lines
- Host: GitHub
- URL: https://github.com/donadigo/dot-matrix
- Owner: donadigo
- License: gpl-3.0
- Created: 2019-03-04T02:03:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T02:04:18.000Z (almost 7 years ago)
- Last Synced: 2025-02-06T06:18:54.571Z (11 months ago)
- Language: Vala
- Homepage:
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
#  Dot Matrix
## The glyph playground of creativity from simple lines
[](https://appcenter.elementary.io/com.github.lainsce.dot-matrix)
[](https://travis-ci.org/lainsce/dot-matrix)
[](http://www.gnu.org/licenses/gpl-3.0)

## Donations
Would you like to support the development of this app to new heights? Then:
[Be my backer on Patreon](https://www.patreon.com/lainsce)
## Dependencies
Please make sure you have these dependencies first before building.
```bash
granite
gtk+-3.0
meson
libgoocanvas-2.0-dev
```
## Building
Simply clone this repo, then:
```bash
meson build --prefix=/usr && cd build
sudo ninja install
```