Skip to content

A Full stack web app that let's user upload and view 3D model files such as GLTF, GLB or FBX.

Notifications You must be signed in to change notification settings

NegiBaba/3DModelViewer

Repository files navigation

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

About

A Full stack web app that let's user upload and view 3D model files such as GLTF, GLB or FBX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published