For a recent project, I found myself needing a lot of procedurally generated runes, so I made this tool to help explore possibilities.

The method I use to generate these glyphs is:

  1. Start with some underlying line set.
  2. Pick a line from the set at random.
  3. While the number of lines in the glyph is less than a target, pick and add a new one, preferring connected lines with some probability.

I plan on adding download buttons for .svg and (possibly) .ttf versions of the glyphs.

I hope this tool is useful to you!

Comments

Log in with itch.io to leave a comment.

This is an excellent tool. There is 2 problems, when you double tap on the same place it sometimes creates a dot not a line, and well it can't be erased. The other one is at the sliders there is supposedly text to say what the slider does, but it's color is black and the background is black so you can't see the text.

Some suggestions to enhance the experience is to make more grid options for the line setter. And definitely add curves, curves is a must have especially if people want to create a script and use this tool.