An interactive WebGL experience featuring an animated dolphin swimming through a cyberpunk wormhole tunnel. Built with Three.js and custom shaders.
- Node.js (v14 or higher)
- npm or yarn
npm installRun the development server:
npm run devOpen your browser and navigate to the local server URL (typically http://localhost:5173).
Create a production build:
npm run buildPreview the production build:
npm run previewSee individual asset licenses in the public/assets/models/ directory.
