Three.js
Sign in to saveAlso known as ThreeJS
Three.js is a cross-browser JavaScript library and application programming interface (API) used to create and display animated 3D computer graphics in a web browser using WebGL. The source code is hosted in a repository on GitHub.
Key facts
- Software.name
- Three.js
- Software.screenshot
- File:Three.js Icon.svg
- Software.author
- Ricardo Cabello (Mr.doob)
- Software.developer
- Three.js Authors
- Software.programming language
- JavaScript, GLSL
- Software.discontinued
- no
- Software.genre
- JavaScript library
- Software.license
- MIT
via Wikipedia infobox
Wikidata facts
- Official website
- threejs.org
- Image
- Three.js-code-example.jpg
Show 5 more facts
- Stack Exchange tag
- gamedev.stackexchange.com/tags/three.js
- software version identifier
- 184
- inception
- 2013-07-03
- source code repository URL
- github.com/mrdoob/three.js
- Commons category
- Three.js
Sources (9)
via Wikidata · CC0
~5 min read
Article
7 sectionsContents
- Overview
- History
- Features
- See also
- References
- Further reading
- External links
Three.js is a cross-browser JavaScript library and application programming interface (API) used to create and display animated 3D computer graphics in a web browser using WebGL. The source code is hosted in a repository on GitHub.
== Overview == Three.js allows the creation of graphical processing unit (GPU)-accelerated 3D animations using the JavaScript language as part of a website without relying on proprietary browser plugins. This is possible due to the advent of WebGL, a low-level graphics API created specifically for the web.