Skip to content

ZeusbaseWeb/codrops-tutorial-grid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Building an interactive image grid with Three.js

The repository is organized into two folders:

  • starter/: Contains the basic project architecture to allow you to follow the tutorial step by step.
  • final/: Contains the complete final version of the project.

Installation

1. Clone this repository:

git clone https://github.com/samueljarry/codrops-tutorial-grid.git
cd codrops-tutorial-grid

2a. To work with the starter folder:

cd starter && npm i && npm run dev

2b. To explore the final version:

cd final && npm i && npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 79.9%
  • CSS 17.6%
  • HTML 2.5%