AsciiPanel
AsciiPanel copied to clipboard
A java control that displays as an ascii terminal using code page 437.
`loadGlyphs()` uses the Java class loader to load image resources: https://github.com/trystan/AsciiPanel/blob/4af354155a0c5f4d66efe3d837a9f327f5f2a358/src/main/java/asciiPanel/AsciiPanel.java#L373 This means that any font file you want to load must be on the Java classpath. It would be...
I know that AsciiPanel does not support animations and that is something that Trystan talked about in his reflection post. Is this something that is currently being worked on? Or...
I know that I can download / build this project but it might be feasible to have it on Maven Central since some folks use Gradle and don't have Maven...