I miss when I coded with Processing and created visual art.
I also want to learn more Java.
I also want to practice more design patterns and good code.
So here are my random ideas...
I found out that processing was Java all along 💖
javac -d bin -cp src src/drawer/*.java src/projects/*.java
to compile.
java -cp bin projects.NameOfProject
to run
Projects:
make simple class to call the easy functions to create canvas, draw shapes, color them.
Abstract the drawing like on processing.
Then I will focus on the projects:
