Three Js
js is a JavaScript library that provides a high-level scene graph API — cameras, lights, materials, geometries, and renderers — over WebGL (and increasingly WebGPU), making it dramatically easier to build 3D graphics for the browser than writing raw WebGL.
6 resources across 2 libraries
Glossary Terms(5)
WebGPU
WebGPU is a modern web API that exposes low-level, high-performance access to a device's GPU for both rendering and general-purpose compute directly from JavaS…
WebGL
WebGL is a JavaScript API, based on OpenGL ES, that enables rendering interactive 2D and 3D graphics directly within a web browser's canvas element without req…
Three.js
Three.js is a JavaScript library that provides a high-level scene graph API — cameras, lights, materials, geometries, and renderers — over WebGL (and increasin…
Babylon.js
Babylon.js is an open-source, Microsoft-backed 3D engine for the web that provides a comprehensive, game-engine-style feature set — physics, a node-based mater…
p5.js
p5.js is a JavaScript library that reimplements the ideas of the Processing programming language for the web, providing a simple, function-based API for drawin…