Skip to content

MuriloDiasTCD/dri-3d-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DRI Javascript 3D viewer

This repository contains a lightweight version of the JavaScript 3D viewer from the DRI Repository appliation and DRI 3D Viewer.

This version contains just the Javascript and a minimal html file, to make it easier to integrate into your own code.

The viewer currently works for stl, glb and gltf files. Support for more coming soon!

Running

To run, copy the files to your webserver and open the index.html file.

Pass in a 3D data file in a url parameter named file.

E.g. http://127.0.0.1:8080/index.html?file=data/my3dmodel.stl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • HTML 0.1%