https://github.com/programmersteve/cube-animation
A React app that uses a webworker to run a webgl animation on a canvas. Random points spin around the origin as they go towards their final path along 8 lines via interpolation which forms a cube. The moving background is done using Vantajs.
https://github.com/programmersteve/cube-animation
animation javascript react webgl webworker
Last synced: 7 months ago
JSON representation
A React app that uses a webworker to run a webgl animation on a canvas. Random points spin around the origin as they go towards their final path along 8 lines via interpolation which forms a cube. The moving background is done using Vantajs.
- Host: GitHub
- URL: https://github.com/programmersteve/cube-animation
- Owner: ProgrammerSteve
- Created: 2024-02-08T18:49:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T02:01:42.000Z (over 1 year ago)
- Last Synced: 2025-03-29T10:44:38.921Z (10 months ago)
- Topics: animation, javascript, react, webgl, webworker
- Language: JavaScript
- Homepage: https://deft-blini-bd2c70.netlify.app/
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh