Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Retyped.three Demo (live)

Three.js is a cross-browser JavaScript library/API used to create and display animated 3D computer graphics in a web browser. Three.js uses WebGL.

The source code is hosted in a repository on GitHub: https://github.com/mrdoob/three.js/

The official website: https://threejs.org/

Instructions for running

  1. Clone the repository.
  2. Build the solution.
  3. Open ~/Demos/ThreeJsDemo/ThreeJsDemo/dist/index.html in your browser.

References