Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 392 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 392 Bytes

Web 3D Viewer

Demo Gif

Description:

A 3D model viewer on the web that allows user to load an OBJ file from public URL and view.

Dependency:

  1. webpack boilderplate from https://github.com/taniarascia/webpack-boilerplate
  2. Babylonjs
  3. Bootstrap
  4. jQuery

Todo:

  1. Use a web modular UI development framework such as react/vue.
  2. Add more features when 1 is done.