...
Processing is a programming environment (Integrated development environment IDE) based on the programming language Java. Processing is Open Source and you can download it for free here.
Example 1 - Character Graphic output
This example shows how to draw graphics directly to an output window. You can find further drawing functions Processing reference page ( link ).
...