threejs-impl-ifc-viewer
Installation
SKILL.md
threejs-impl-ifc-viewer
Quick Reference
Library Comparison
| Library | License | Level | Status | Use Case |
|---|---|---|---|---|
web-ifc |
MIT | Low-level WASM parser | Active (v0.77+) | Custom pipelines, full control |
@thatopen/components |
MIT (v3.x) | High-level BIM toolkit | Active (v3.3.2+) | Full BIM viewers, rapid prototyping |
@thatopen/components-front |
MIT | Browser-specific extensions | Active | UI, advanced visualization |
web-ifc-three |
— | Deprecated bridge | DEAD | NEVER use |
openbim-components (v1) |
— | Deprecated toolkit | DEAD | NEVER use |
Package Installation
# Low-level approach (MIT, full control)
npm install web-ifc three
Related skills