Web Programming Toolkit for 3D/2D BIM and AEC Graphics
npm install @cks-ct/xeokit-sdkbash
npm i @xeokit/xeokit-sdk
``
Usage
The xeokit SDK lets us develop our own browser-based BIM viewer, which we can fully customize and extend with
plugins. Let's create a Viewer with
a WebIFCLoaderPlugin
to view a IFC model in the browser, then view a sample IFC model from
the Open IFC Model Database.
This is just one way to load our models into xeokit. We can also load multiple models from other formats,
including CityJSON,
glTF,
LAZ
and OBJ,
as well as xeokit's own native highly-compressed XKT format,
which we can pre-convert offline from other formats.
* Run this example
* Read the full tutorial

``html
xeokit Example
```