Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1 KB

File metadata and controls

41 lines (28 loc) · 1 KB

3D Model viewer

developed by: Piyush Negi

3D model viewer shows list of 3D models and renders them using threeJS.

Features

  • Let's user upload their own 3d model files
  • Supports GLTF, GLB and PBX
  • Supports different devices such as Mobile, Tablets and Desktops.

Tech

3D Model viewer uses these different libraries and technologies:

  • ReactJS - Lightweight and Fast Front end library.
  • VS Code - One of the best code editors.
  • Node.js - evented I/O for the backend
  • Express - fast node.js network app framework
  • AWS - File storage for 3D files

Local Development

Clone the repo using the link or GitHub CLI

Install the dependencies and devDependencies and start the server.

cd 3DModelViewer
npm i
npm run develop

For production environments...

npm run build
npm start