Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkg0/pixelfactory
pixelFactory is pixel font editor to create programmaticaly visualized fonts. Created with react for pixelator.
https://github.com/mkg0/pixelfactory
font pixel pixel-editor reactjs
Last synced: about 2 months ago
JSON representation
pixelFactory is pixel font editor to create programmaticaly visualized fonts. Created with react for pixelator.
- Host: GitHub
- URL: https://github.com/mkg0/pixelfactory
- Owner: mkg0
- Created: 2017-05-08T08:30:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:29:06.000Z (about 2 years ago)
- Last Synced: 2023-02-27T18:05:50.800Z (almost 2 years ago)
- Topics: font, pixel, pixel-editor, reactjs
- Language: JavaScript
- Homepage: https://mkg0.github.io/pixelFactory/
- Size: 3.81 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pixelFactory
pixelFactory is pixel font editor to create programmaticaly visualized fonts. As an example, the output from the editor in A is given below.
Created sources for use in pixelator plugin, but it can be usable any other need cases.
```
{
"key":"A",
"pixels":[1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,1],
"order":0,
"filled":16
}
```![pixelFactory ss](https://raw.githubusercontent.com/mkg0/pixelFactory/master/ss.png)
You can reach the editor from: https://mkg0.github.io/pixelFactory