A React-based interactive animation previewer that demonstrates various mathematical patterns and animations using canvas.
- Multiple animation patterns including:
- Circle
- Expanding Circle
- Wave
- Figure Eight
- Triangle
- Spiral
- Heart
- Square
- And many more...
- Real-time control over:
- Number of points (3-100)
- Animation radius (10-200)
- Animation speed (0.01-0.2)
- Frame rate (1-60 FPS)
- Visual coordinate system
- Smooth animations with customizable parameters
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 in your browser
- React
- HTML Canvas
- JavaScript
This project is open source and available under the MIT License.