A WYSIWYG Editor That Generates TikZ Code for LaTeX Figures
A new browser-based tool, posted as a Show HN, lets users draw figures visually and exports the result as TikZ — the LaTeX graphics language used to produce publication-quality diagrams. TikZ is powerful but notoriously verbose, requiring authors to position shapes, nodes, and paths through code and recompile to see the result. A what-you-see-is-what-you-get front end collapses that loop by letting people manipulate elements directly on a canvas while the editor writes the corresponding markup.
The appeal is squarely with the academic and technical-writing crowd that lives in LaTeX: researchers, students, and engineers who need precise vector diagrams in papers and theses but don’t want to hand-author coordinate math. By generating editable TikZ source rather than a static image, the tool keeps figures version-controllable and consistent with the surrounding document’s fonts and styling — the main reasons people reach for TikZ over external drawing apps in the first place.
The submission itself is light on detail beyond the editor link, so questions about export fidelity, supported TikZ features, and licensing remain open. As with most Show HN launches, its value will depend on how well the generated code matches what an experienced user would write by hand, and whether it handles the more complex constructs that make TikZ worth the trouble.
Read the full article
Continue reading at Hacker News →This is an AI-generated summary. Read the original for the full story.