Skip to content

Alex-DG/icosahedron-glsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Icosahedron and GLSL

Original website: https://rogierdeboeve.com/

Thanks to Yuri Artyukh for the live coding session and his "Today it will be an easy one!". Thanks to Bruno Simon for the Three.js starter project.

Three.js is Amazing! 🚀

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