Skip to content

em1e/3d-rgb-sphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📁 3D reactive sphere

This was practice for my personal website, site up until march 23rd.

🖊️ For Ray or anyone who wants to play around with three.js

  1. Click on the button "Fork."

  2. In terminal cd to the folder you want the clone the be in. e.g. some commands that could be useful

    pwd preasent work directory
    cd change directory
    ls list files
    mkdir {name} create new folder

    Add $ if needed in front!

  3. Clone your forked repository to your computer:

    code ui

    e.g. run this command inside your terminal:

    git clone https://github.com/<your-github-username>/3d-rgb-sphere.git

    Replace <your-github-username>!

  4. Shift to project directory:

    cd 3d-rgb-sphere
  5. Install three.js and gsap:

    i three gsap
  6. Run the folder on a local host. e.g. I used vite for this project

Check out this video if you want to learn the basics of three.js!

Releases

No releases published

Packages

No packages published