Three.js is a JavaScript library that makes it easy to create and render 3D graphics in a web browser using WebGL. [source]
With Three.js you can build a 3D scene by combining a scene, a camera, and a renderer, then add 3D objects (geometry + materials), lighting, and optionally animations or interactions. [source]
Follow the official installation guide here: Three.js Installation Guide
Nova's advice: you can't install on the lab machines, but you can use the import option
Check the prerequisites here: Three.js Prerequisites
This is a simple example using Three.js to render and animate a rotating cube.
Full disclosure: created by ChatGPT