No description
| .gitignore | ||
| Makefile | ||
| README.md | ||
BIMR
BIMR is a text-based Building Information Modeler.
This is the central repository for building BIMR from source.
Prerequisites
- Rust with the
wasm32-unknown-unknowntarget - Node.js (latest) and pnpm
wasm-bindgen-cli(0.2.114) andwasm-opt
Build
make build
Compiles the bimr CLI, builds the WebAssembly package, and produces the
editor bundle. First run clones the repositories below and installs the
web dependencies.
Serve
Serve the web editor
make serve
Repositories
| Repository | Role |
|---|---|
| bimr-kernel | Geometry kernel |
| bimr-engine | Bimr engine |
| bimr-wasm | WebAssembly adapter |
| bimr-web | Browser editor |
| bimr-viewer-ifcx | IFCX viewer |