tikzit VS kroki

Compare tikzit vs kroki and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tikzit kroki
3 49
1,079 2,691
1.6% 3.0%
4.3 8.7
26 days ago 8 days ago
C++ JavaScript
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tikzit

Posts with mentions or reviews of tikzit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-30.
  • Tools to Draw Diagrams programmatically
    2 projects | /r/opensource | 30 Dec 2022
    Take a look at TikZiT, which is a FOSS GUI for creating tikz files and also turning them into image files. I found it really useful for learning TikZ. Note that you don't need TikZiT to generate images, it's just an example of how it's done.
  • My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing
    5 projects | news.ycombinator.com | 10 Apr 2022
    The best way to TikZ is to copy-paste from previous figures you've created.

    The second best is to look for a similar figure on TeXample https://texample.net/tikz/examples/ or stack overflow https://tex.stackexchange.com/questions/tagged/tikz-pgf

    The third best option is to use squared paper to draw by hand, then transfer hand-drawn stuff into TikZ code. It's slow as hell, but works well if you build up a collection of components you can copy-paste into other figs later.

    There are also some GUI tools you could try: https://www.mathcha.io/ https://homepages.inf.ed.ac.uk/cheunen/freetikz/freetikz.htm... https://tikzit.github.io/ etc. (more links in this thread https://tex.stackexchange.com/questions/84890/does-there-exi... )

  • Draw a square frustum in perspective?
    2 projects | /r/LaTeX | 2 Feb 2022
    Its much much faster than writing the code, and the output is very clean. You can follow the instructions from the link. takes less than 30 min to set up and less than an hour to get comfortable with it. Its well worth the effort. I have used a configuration similar to the author's config from this page. And my work has been way faster this way.

kroki

Posts with mentions or reviews of kroki. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-14.
  • WireViz: Easily document cables and wiring harnesses
    4 projects | news.ycombinator.com | 14 Apr 2024
    Your wish showing up in the face of a submission just 14 days ago and then another 29 days ago must be indicative of why there are so many dupes all the time: https://news.ycombinator.com/from?site=kroki.io

    You can feel free to submit the GH repo, as that one doesn't seem to have been submitted before https://github.com/yuzutech/kroki

  • D2 Playground
    5 projects | news.ycombinator.com | 23 Mar 2024
    Pikchr https://pikchr.org/home/pikchrshow is the other general purpose one and older than d2. It is "Source-Code License: 0-clause BSD" as it says on the page.

    Someone made it into wasm and put playground for pikchr here https://www.jakethaw.com/pikchr_webassembly_demo/

    Can also try pikchr online here on https://kroki.io/#try which is hosting many other text to diagram tools as well.

  • Mermaid Chart, a Markdown-like tool for creating diagrams, raises $7.5M
    3 projects | news.ycombinator.com | 20 Mar 2024
    I use mermaid.js heavily, but plug for Kroki:

    https://kroki.io/

    “Kroki provides a unified API with support for BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag, PacketDiag, RackDiag), BPMN, Bytefield, C4 (with PlantUML), D2, DBML, Ditaa, Erd, Excalidraw, GraphViz, Mermaid, Nomnoml, Pikchr, PlantUML, Structurizr, SvgBob, Symbolator, TikZ, UMLet, Vega, Vega-Lite, WaveDrom, WireViz... and more to come!”

  • Kroki: A unified API to create any kind of diagram from text
    1 project | news.ycombinator.com | 16 Mar 2024
  • Kroki – Creates diagrams from textual descriptions
    1 project | news.ycombinator.com | 21 Nov 2023
  • How to draw beautiful software architecture diagrams
    17 projects | news.ycombinator.com | 27 Oct 2023
  • Nomnoml
    10 projects | news.ycombinator.com | 2 Oct 2023
    If you don't mind my asking, what aspects of "acceptable layout" is usually the first to get busted?

    I'm extremely excited about using WireViz[1] to automate wiring harness diagram creation, and if I can, I'd like to know the speedbumps before I hit them. I'm thinkin generous linking between diagrams will be one path.

    [1] Project:: https://github.com/wireviz/WireViz SandboxP:: https://kroki.io/#try [select Diagram>WireViz]

  • LaTeX for publishing tabletop role-playing games
    14 projects | news.ycombinator.com | 17 Sep 2023
    The SVG output is embedded into the PDF file.

    https://kroki.io/examples.html#mind-map

    Kroki has other text-based formats for flow charts, Gantt charts, UML diagrams, packet diagrams, network diagrams, word clouds, etc.

  • Documentation as Code for Cloud Using PlantUML
    8 projects | news.ycombinator.com | 30 Jul 2023
    My cross-platform desktop text editor, KeenWrite, allows users to define variables in an external YAML file. The editor calls out to Kroki[1] to convert text-based diagrams to SVG. The diagrams can reference variables and are rendered using EchoSVG[2].

    KeenWrite[3] can produce PDF documentation from Markdown documents that has PlantUML diagrams with elements stored in an external, machine-readable file. Here are screenshots showing variables on the left, diagram text in the middle, and a real-time render on the right:

    * https://raw.githubusercontent.com/DaveJarvis/KeenWrite/main/...

    * https://raw.githubusercontent.com/DaveJarvis/KeenWrite/main/...

    KeenWrite supports all diagrams offered by Kroki, which includes "diagram-plantuml".

    [1]: https://kroki.io/

    [2]: https://github.com/css4j/echosvg/

    [3]: https://github.com/DaveJarvis/keenwrite

  • Pikchr: A PIC-like markup language for diagrams in technical documentation
    3 projects | news.ycombinator.com | 24 Jul 2023

What are some alternatives?

When comparing tikzit and kroki you can also consider the following projects:

course-base

Mermaid - Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.

zotero - Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share your research sources.

plantuml-syntax - vim syntax file for plantuml

sioyek - Sioyek is a PDF viewer with a focus on textbooks and research papers

plantuml - Generate diagrams from textual description

3dpp - A tool to generate tikz 3D graphics with perspective projection

mermaid - Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown

sved - Synctex support for Vim and Evince through DBus

venn.nvim - Draw ASCII diagrams in Neovim

Zettlr - Your One-Stop Publication Workbench

excalidraw - Virtual whiteboard for sketching hand-drawn like diagrams