Alex-DG / icosahedron-glsl

Three.js Icosahedron and GLSL

Home Page:https://icosahedron-glsl.netlify.app

Repository from Github https://github.comAlex-DG/icosahedron-glslRepository from Github https://github.comAlex-DG/icosahedron-glsl

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

About

Three.js Icosahedron and GLSL

https://icosahedron-glsl.netlify.app


Languages

Language:JavaScript 68.0%Language:GLSL 29.7%Language:HTML 1.5%Language:CSS 0.9%