Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 608 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 608 Bytes

Universe 🌌

Universe

Live Demo

Overview

My first main experiment with JavaScipt and WebGL. I wanted to create a particle like effect for a portfolio website. Takes advantage of the WebGL points feature for the outer particle ring with a vertex shader for the motion. As well as another vertex shader for the central sphere distortion.

Installation

Requires npm (https://www.npmjs.com/)

  • Install - npm i

  • Run - npm run start