Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akavel/ditaa
Go port/fork of ditaa. ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
https://github.com/akavel/ditaa
ascii-art ascii-diagram diagram go gpl graphics stable
Last synced: 2 months ago
JSON representation
Go port/fork of ditaa. ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
- Host: GitHub
- URL: https://github.com/akavel/ditaa
- Owner: akavel
- License: gpl-2.0
- Fork: true (stathissideris/ditaa)
- Created: 2013-08-29T20:43:08.000Z (over 11 years ago)
- Default Branch: still-gpl2
- Last Pushed: 2016-06-23T21:44:32.000Z (over 8 years ago)
- Last Synced: 2023-03-11T12:02:58.868Z (almost 2 years ago)
- Topics: ascii-art, ascii-diagram, diagram, go, gpl, graphics, stable
- Language: Go
- Homepage:
- Size: 7.27 MB
- Stars: 49
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: COPYING.gpl2
Awesome Lists containing this project
README
ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics. See http://www.ditaa.org
results from the current version of the Go port (in progress) can be compared visually side-by-side with results from the original at: http://akavel.github.io/ditaa
the Go fork of ditaa is "dual-licensed": you can use it under terms of either:
- GPLv2 or (at your option) any later version; or
- LGPLv3 or (at your option) any later version.
(it was forked at the point where the original Java codebase was switched from GPLv2+ to LGPLv3+)