https://github.com/dhafinfawwaz/tucil2_13522084
Interactive Bezier Curve Generator
https://github.com/dhafinfawwaz/tucil2_13522084
Last synced: 5 days ago
JSON representation
Interactive Bezier Curve Generator
- Host: GitHub
- URL: https://github.com/dhafinfawwaz/tucil2_13522084
- Owner: DhafinFawwaz
- Created: 2024-03-12T08:38:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-27T13:53:24.000Z (about 2 months ago)
- Last Synced: 2025-04-27T14:34:45.966Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://beziercurvegenerator.vercel.app/
- Size: 4.89 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Interactive Bezier Curve Generator with Iteration Visualization
This repository contains implementation of Bezier Curve using Divide & Conquer and Brute Force Algorithm.> đšī¸ Live demo [_here_](https://beziercurvegenerator.vercel.app).
## Made by
- 13522084 - Dhafin Fawwaz Ikramullah## ⨠Features
- Visualize Bezier Curve
- Show animation of the generating process of the iterations
- Compare betweent the Divide & Conquer and Brute Force Algorithm
- Interactive Dragable points## đ Technologies Used
- Pixi.js
- Vite
- Node.js
- Tailwind## đ How to run
For the live demo, simply open this link [_here_](https://beziercurvegenerator.vercel.app)
For the development server, make sure node is installed. Then run
```
cd src
npm install
```
To start the development server, run
```
cd src
npm run dev
```## đŧī¸ Screenshots
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()