Animale is a playful, interactive web project that showcases a carousel of whimsical animal-themed personas, each with their own unique style and personality. Built with HTML, CSS, JavaScript, GSAP, Three.js and Shaders, the project features a visually engaging interface and smooth transitions between different animal "stripes."
- Interactive Carousel: Switch between different animal personas (Horse, Bear, Deer, Canine, Giraffe) using intuitive buttons.
- Creative Visuals: Each animal stripe features a unique design, title, and playful tagline.
- Responsive Design: Looks great on both desktop and mobile devices.
- Modern Tooling: Built with Vite for fast development and hot module replacement.
- GLSL Support: Uses
vite-plugin-glslfor potential WebGL/GLSL shader integration.
-
Clone the repository:
git clone https://github.com/HarshitKumarSahu/3jsAnimaleParticlesModel.git cd animale -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm run dev # or yarn dev -
Open in your browser: Visit http://localhost:5173 (or the port shown in your terminal).
