Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 months ago
JSON representation

Demo Art Gallery Project

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
```