carlosalexandredev / 3D-art-gallery

This is an interactive 3D art gallery made with Three.js, perfect for artists or designers to exhibit their portfolio of artworks and projects.

Home Page:https://youtu.be/vfMizAmPprs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Art Gallery Tutorial using Three.js

I made this live coding tutorial about "how to create an interactive 3D Art Gallery using Three.js". This project is perfect for artists or designers to exhibit their artwork portfolios or projects. The full tutorial is almost 8 hours long, and is divided into parts. Please consider subscribing to my YouTube channel if you are interested.

Installation

You need Node.js installed on your computer. And VSCode as an Editor. Download link:

After cloning, or downloading the zip file, on GitHub (green button <> Code) open your terminal, and run:

  npm install

to install all the dependencies. "node_modules" folder will appear at the left in the Explorer files in VsCode.

Then run:

  npx vite

to run the local server. You'll see the URL address and the info help. Like for example:

  VITE v4.3.1  ready in 1759 ms

  ➜  Local:   http://123.4.5.6:7890/
  ➜  Network: use --host to expose  ➜  press h to show help

Click the URL and see your project live :)

App Screenshot

App Screenshot

YouTube Video

Click here!

Authors

About

This is an interactive 3D art gallery made with Three.js, perfect for artists or designers to exhibit their portfolio of artworks and projects.

https://youtu.be/vfMizAmPprs


Languages

Language:JavaScript 78.2%Language:CSS 15.2%Language:HTML 6.6%