Kaleidoscope paint

Simple java program for making colorful drawings with kaleidoscope effect

Compile and run

  • You need to have JDK first
  • Clone the repository git clone https://github.com/sadracco/kaleidoscope_paint
  • cd kaleidoscope_paint
  • Compile javac *.java
  • Run java Main

Screenshots

example1 example2 example3