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.
Requires npm (https://www.npmjs.com/)
-
Install - npm i
-
Run - npm run start