Cursor Interaction Experiments Coded with Three.js
A quick experiment in code to achieve a sort of "live" background effect and silhouetted text effect which interacts with mouse cursor movement, as shown.
You can view an example of some of my code here: https://codepen.io/jsabutis/pen/WNVqNLN
Three.js is a JavaScript library that makes it easy to create 3D graphics in the browser using WebGL (Web Graphics Library). WebGL is a low-level API for rendering 2D and 3D graphics, but it can be complex to use directly. Three.js abstracts much of this complexity, providing tools to create, animate, and interact with 3D content.
More by Jon Sabutis View profile
Like