An interactive WebGL experience featuring swirling quantum-inspired particles and orb-like motion. Built with Three.js, FBO, GPGPU, and custom GLSL shaders, this project focuses on real-time visuals, smooth animation, and a lightweight Vite workflow for local development and deployment.
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run buildTo activate debug mode, add #debug at the end of the webpage URL.
Example:
https://we1chj.github.io/Orbs/#debug
- Three.js for 3D rendering and WebGL scene management
- JavaScript for application logic and interactivity
- HTML for the page structure
- CSS for styling and visual presentation
- Vite for local development, bundling, and production builds
