Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 355 Bytes

File metadata and controls

30 lines (21 loc) · 355 Bytes

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

  1. Compile all sources:

    make build
  2. Run the program:

    make run

`

Features

// TO ADD