1
1
Fork
You've already forked glyphus2
0
Better procedurally generated glyphs
  • Python 98.8%
  • CSS 1.2%
2025年03月05日 10:02:09 +01:00
glyphus add dev config 2025年03月05日 10:02:09 +01:00
.gitignore move main script to a source folder 2025年03月02日 09:24:06 +01:00
config.toml add dev config 2025年03月05日 10:02:09 +01:00
image.css drawing: add config, set grid dot size in css 2025年03月04日 09:02:33 +01:00
LICENSE add license 2025年02月23日 08:51:48 +01:00
poetry.lock use toml instead yaml for config files 2025年03月03日 13:31:38 +01:00
pyproject.toml add basic cli interface 2025年03月04日 18:59:45 +01:00
README.md init project 2025年02月23日 08:51:26 +01:00

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.