Skip to content

cynzapata/webgl-3d-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Journey

Used webggl, vite, and three.js, javascript, html, css, and Node.js to create 3d text, objects, and textures.

The product can be seen at: https://webgl-3d-text-three-sigma.vercel.app/

or if you have a Vercel account: https://vercel.com/cynzapata/webgl-3d-text

Setup

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 build