Hans Zeitzschel's project is a web application that generates typographic SVG graphics based on various parameters. The starting point was an exploration of festivals, grids, and modular fonts, inspired by Jurrian Schrofer's grid-based font systems. This led to the question of how all binary 3×3 grids can be drawn and generated.
With the help of Python scripts, Zeitzschel first experimented with grid graphics, then developed a pixel font, and expanded his system to include color tables extracted from image sets. In this way, letter matrices could be filled not only in black and white, but also with a variety of color sets. In the next step, he integrated additional fonts, shapes such as circles, and three-level matrices, enabling new effects and gray gradations.
He was particularly interested in the question of how different festivals could be represented in terms of color. To this end, he developed separate color sets and posters for each festival, which were designed entirely with code. To simplify the complex work with the scripts, Zeitzschel finally bundled all functions in a web application based on Flask. The interface allows parameters such as text position, color selection, and other design elements to be flexibly adjusted.