Logo

Java – Ascii-Art

In the course "Generative Design II", I had the opportunity to deepen my knowledge of Java with the help of Processing and to develop a project. The program I created is interactive and allows the user to move the mouse over images and convert them into ASCII art. ASCII-Art is an artistic way of representing graphics by using characters such as ,;:""%&# etc. In addition to mouse control, you can switch between images by pressing the keys 1-9. Furthermore, it is possible to change the color of the square by using the R, G and B keys. Another feature of my project is the ability to change the size of the square to make the ASCII art effect clearer, as well as to change the character by pressing the space bar.

Interactive part of the project only from a screen size of 868px (laptop)
Try it out now!

Creative Coding