https://github.com/hmaach/chaikin-with-java
Java project implementing Chaikin's algorithm with canvas rendering and user interaction
https://github.com/hmaach/chaikin-with-java
01-edu chaikin-algorithm java zone01oujda
Last synced: 6 months ago
JSON representation
Java project implementing Chaikin's algorithm with canvas rendering and user interaction
- Host: GitHub
- URL: https://github.com/hmaach/chaikin-with-java
- Owner: hmaach
- Created: 2025-08-23T16:43:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T17:16:40.000Z (6 months ago)
- Last Synced: 2025-08-23T23:46:50.546Z (6 months ago)
- Topics: 01-edu, chaikin-algorithm, java, zone01oujda
- Language: Java
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
make build
```
2. Run the program:
```bash
make run
```
`
## Features
// TO ADD