Skip to content

LwnfL/cute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cute

Small utility to test a design framework for designing cute 3D objects.

smiley face with debug UI Clear coat material technique from this repo

Setup

Template code adapted from a lesson in three.js journey.

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