All Projects → opensourceBIM → bimvie.ws-viewer

opensourceBIM / bimvie.ws-viewer

Licence: other
New viewer for BIMVie.ws, in separate project for review before integration

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
PHP
23972 projects - #3 most used programming language

This project is not maintained anymore, please have a look at V2 of BIMsurfer, which you can find here: https://github.com/opensourceBIM/BIMsurfer/tree/V2


bimvie.ws-viewer

An extensible and modular WebGL-based 3D viewer for BIMSurfer.

Features

Work in progress!

Viewer

  • Embed multiple viewers in a page
  • Transparent canvas for reduced GPU workload

Cameras

Create an unlimited number of cameras in your Viewer and switch between them as required.

Use a CameraControl to interact with your cameras, or compose your own custom camera control from these modular controller components:

Animation

Fly your cameras around using these animation components:

Effects

Emphasise your objects using these modular effects components:

Lights

Create an unlimited number of dynamic light sources in your Viewer, using these components:

Objects

Define objects that may be

Dev Tasks

  • Create viewer core in this repository
  • Finish API docs
  • Finish examples
  • Integrate viewer into bimvie.ws

Installation

(in progress)

npm install grunt --save-dev

npm install grunt-contrib-uglify --save-dev
npm install grunt-contrib-jshint --save-dev
npm install grunt-contrib-concat --save-dev
npm install grunt-contrib-clean --save-dev
npm install grunt-contrib-yuidoc --save-dev
npm install grunt-contrib-copy --save-dev
npm install grunt-contrib-jasmine --save-dev

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].