Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

npm registry

https://www.npmjs.com/package/bimplus-renderer

github

https://github.com/Bimplus/bimplus-renderer

Introduction to Bimplus Renderer

bim+ renderer is a javascript renderer core based on three js.

Installation

Bimplus WebSDK library is distributed via npm repository.

npm registry

https://www.npmjs.com/package/bimplus-renderer

npm installation

To install package via npm you need to install nodejs and npm . Then in command line run :

npm install bimplus-renderer

Github

Public github repository with latest bundle is here :

https://github.com/Bimplus/bimplus-renderer 

Usage

In the next sections you can find some basic tutorials how to initialize and use Bimplus Renderer.

...