Visualize txt files with particles

learning Java rolls on. Building on my last experiment I have created an app that can read in a text file and then map the words to particles ordered by their number of occurrences within the text.

javagraphics

You need to pass a link to a txt file when launching from the command line like this

java -jar javagraphics.jar someText.txt

The bible is easy to get hold of as a txt file as was war and peace. This is still very much a badly written toy but I hope to develop it more.


About this entry