Better procedurally generated glyphs
- Python 98.8%
- CSS 1.2%
| glyphus | add dev config | |
| .gitignore | move main script to a source folder | |
| config.toml | add dev config | |
| image.css | drawing: add config, set grid dot size in css | |
| LICENSE | add license | |
| poetry.lock | use toml instead yaml for config files | |
| pyproject.toml | add basic cli interface | |
| README.md | init project | |
Glyphus 2
A full rework of the Glyphus project.
Differences with former Glyphus:
- build a font locally instead generating glyphs on the browser;
- solves the Traveling Salesman Problem instead of selecting a Minimum Spanning Tree among several;
- chose the alphabet using a genetic algorithm instead using letters frequency.