java-ascii-render
java-ascii-render copied to clipboard
ASCII renderer in pure java with no external dependencies
Results
12
java-ascii-render issues
Sort by
recently updated
recently updated
newest added
Possibility to draw canvas of text to buffered image
Adds `module-info` for Java 9+ consumers. Doing this has highlighted that some of the implementation here depends on `java.desktop`, which is unfortunate to have to include all of swing in...