/theia-3d-view

Theia extension contributing a simple 3D Viewer

Primary LanguageTypeScript

theia-3d-view

A simple extension to demonstrate's Theia's extensibility: Adds the abitity to view simple .obj files in your IDE.

Disclaimer: Implementation is a bit hazy, this is only a proof of concept.

Building

yarn install
yarn build

Running (browser)

yarn start

Then open http://localhost:3000/ in your browser.