CHAIKIN with Java Java project implementing Chaikin's algorithm with canvas rendering and user interaction π Project Structure src/ // TODO βββ Main.java βββ Makefile π How to Run Compile all sources: make build Run the program: make run ` Features // TO ADD