...

/

Technical Requirements

Technical Requirements

Get introduced to the technical requirements for working with Three.js on your local system.

Three.js is a JavaScript library, so you need to create Three.js WebGL applications in a text editor and one of the supported browsers to render the results.

Recommended text editors

We would like to recommend the following text editors, which we used extensively for various projects: 

  • Visual Studio Code: This free editor from Microsoft runs on all major platforms and provides great syntax highlighting and smart completion based on types, function definitions, and imported libraries. It provides a very clean interface and is great for working on JavaScript projects. It can be downloaded from here. If you don’t want to download this editor, you can also just navigate to this link, which will launch an editor ...