- Click "Fork" at the top of this page.
- Uncheck this box to make sure you're cloning ALL branches.
- Once you've cloned your fork to your computer, switch to the "starter" branch.
Hi there! This repository contains a sample on how to use THREE.js, a JavaScript library for creating 3D computer graphics in your browser using WebGL.
You can view the (very helpful) documentation for THREE.js here. If you're experimenting, this documentation is super important for figuring out what kinds of things you can do using THREE.js.
Note that this workshop assumes you have basic (very basic!) knowledge of HTML and (barely) CSS. If you don't, I suggest you review the W3 Schools tutorials for HTML and CSS on your own time, then coming back and reviewing this workshop material.
It also assumes a basic understanding of vanilla Javascript. However, I actually learned Javascript while learning THREE.js so if you don't know JS, it won't be impossible to follow along so long as you have a basic understanding of programming concepts.