https://github.com/ektogamat/mesh-reflector-setup
Demo Art Gallery Project
https://github.com/ektogamat/mesh-reflector-setup
threejs threejs-example threejs-journey
Last synced: 7 months ago
JSON representation
Demo Art Gallery Project
- Host: GitHub
- URL: https://github.com/ektogamat/mesh-reflector-setup
- Owner: ektogamat
- Created: 2022-02-15T17:29:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T13:55:02.000Z (over 2 years ago)
- Last Synced: 2025-02-05T09:33:18.001Z (over 1 year ago)
- Topics: threejs, threejs-example, threejs-journey
- Language: JavaScript
- Homepage: https://art-gallery-threejs-demo.vercel.app/
- Size: 135 MB
- Stars: 50
- Watchers: 3
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# THREEJS GALLERY SCENE
Simple scene created with THREEJS to explore a gallery scene model with mesh reflector material setup.
# Getting Started
Download and install Node.js on your computer (https://nodejs.org/en/download/).
Then, open VSCODE, drag the project folder to it. Open VSCODE terminal and install dependencies (you need to do this only in the first time)
```
npm install
```
Run this command in your terminal to open a local server at localhost:8080
```
npm run dev
```