wanted to try out building an open source font generator
Built this as a small open-source experiment to see if a text-based font generator could actually be useful.
the main obj is to help create an initial font prototype faster, so people can iterate openly instead of starting from zero in a traditional font tool. I also wanted to test how good current AI models are at understanding and modifying bezier curves / glyph shapes.
this uses real open-licensed variable fonts as the base, then lets you generate a direction from a prompt, tweak parameters like weight, tracking, slant, width, height, and distortion, and manually edit glyph curves before exporting a .ttf
Would love feedback on whether the workflow is clear, :)