Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 437 Bytes

File metadata and controls

12 lines (7 loc) · 437 Bytes

ASCII ART

Program with interface to easily convert image to ASCII art.

To run the program on intellIJ, you have to add javafx control module to the project: Run > Edit Configurations > VM options > then add

--module-path [PATH OF YOUR JAVAFX LIBRARY]/lib --add-modules javafx.controls

Linux

To run the program on Linux, go to out/artifacts/ASCII_ART_jar and run run.sh.