Three.js Tutorial - WebGL Demo with Three.js

In this Three.js tutorial, you’ll learn to build a WebGL demo with Three.js.

WebGL (Web Graphics Library) is a JavaScript API for rendering high-performance interactive 3D and 2D graphics within any compatible web browser without the use of plug-ins. WebGL does so by introducing an API that closely conforms to OpenGL ES 2.0 that can be used in HTML5 elements. This conformance makes it possible for the API to take advantage of hardware graphics acceleration provided by the user’s device.

Three.js (JavaScript 3D library) is a cross-browser JavaScript library and Application Programming Interface used to create and display animated 3D computer graphics in a web browser.

#WebGL #javascript

Three.js Tutorial - WebGL Demo with Three.js
13.20 GEEK