1 repositorio
Browser-based tools for drawing text-based diagrams using keyboard characters on a grid.
Distinct from Browser-Based Drawing Applications: Distinct from Browser-Based Drawing Applications: specifically for ASCII text diagrams, not general pixel or vector drawing.
Explore 1 awesome GitHub repository matching web development · ASCII Diagram Editors. Refine with filters or upvote what's useful.
Asciiflow is a browser-based tool for creating text-based diagrams using keyboard characters. It functions as an ASCII diagram editor, enabling users to draw directly in the browser by typing characters onto a grid. The editor stores diagrams as a 2D character grid, allowing for precise row and column operations during drawing and editing. It renders these characters onto an HTML5 canvas for efficient pixel-level display, and supports a keyboard-driven input model that translates keystrokes into diagram elements without requiring a mouse. The tool includes an undo/redo command stack for rever
Is the core capability: drawing text-based diagrams directly in the browser using keyboard characters.