Skip to content

taic-dev/webgl-works-31

Repository files navigation

webgl-works-31 Metal Man

https://taic-dev.github.io/webgl-works-31

Features

  • 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.

Getting Started

  1. Clone the repository:
git clone git@github.com:taic-dev/webgl-works-31.git

cd webgl-works-31
  1. Install dependencies:
npm install

Development

To start the development server:

npm run dev

The application will be available at http://localhost:5173.

Build

To build the project for production:

npm run build

The output files will be available in the dist directory.

Preview

To preview the production build:

npm run preview

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

 
 
 

Contributors