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