From the course: Learning 3D Graphics on the Web with Three.js

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Introduction to three.js

Introduction to three.js - JavaScript Tutorial

From the course: Learning 3D Graphics on the Web with Three.js

Start my 1-month free trial

Introduction to three.js

- [Narrator] WebGL is a low level JavaScript API that enables creation and display of 3D content inside the browser using the GPU. It's supported by every modem browser out there, except for some older versions of IE and Android browser. Unfortunately, since WebGL is a low-level API, it can be a bit hard and tedious to use. You need to write hundreds of lines of codes to even perform even the simplest tasks. Three.js on the other hand is an open-source JavaScript library that abstracts away the complexity of WebGL and allows us to create real-time 3D content in a much easier manner. In this course, we will be learning about this amazing technology. Three.js have been around for a while and have a great support and community behind it. Visiting the Three.js website, you can check out the links on the main page and see the amazing body of work created using this library. I will just quickly show you three of my favorites. Here is a 3D data visualization that displays the global oil…

Contents