Skip to content

Bumboobee/sphere-threejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Sphere

Courtesy of Bruno Simon course and DesignCourse youtube video

This project was made by following the DesignCourse tutorial video from Three.js

A simple sphere with increase size animation and hover mouse effects... cool ins't? 😏

About

Three.js is a library of JavaScript used to create 3D animations ❌like scroll animation, mouse follow, particles and so many others

First released by Ricardo Cabello in your Github profile back in 2010.

You can checkout the examples to see the power that this library have and what can be made with that!

Seting up

Download Node.js.

In Visual Studio Code Terminal or other code generator run this followed commands:

# Cloning the repository

git clone https://bumboobee.github.io/sphere-threejs/src/ FolderName

# Select the folder 

cd FolderName

# Install dependencies (only the first time)

npm install


# Run the local server at localhost:8080

npm run dev

​

# Build for production in the dist/ directory

npm run build

Take a look

The full project you can download ➡here⬅

About

Using sphere three js to build something cool 🐣

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.1%
  • CSS 30.2%
  • HTML 11.7%