https://taic-dev.github.io/webgl-works-31
- Three.js: Build stunning 3D applications.
- TypeScript: Write maintainable and type-safe code.
- Vite: Enjoy blazing-fast development and build tools.
- GLSL Support: Write and bundle shader code seamlessly using
vite-plugin-glslify. - GLTF Loading: Easily load 3D models with
vite-plugin-gltf. - GSAP Integration: Create smooth animations.
- Clone the repository:
git clone git@github.com:taic-dev/webgl-works-31.git
cd webgl-works-31- Install dependencies:
npm install
To start the development server:
npm run devThe application will be available at http://localhost:5173.
To build the project for production:
npm run buildThe output files will be available in the dist directory.
To preview the production build:
npm run previewThis project is licensed under the MIT License.
