No description
Find a file
2026-08-31 10:06:02 +02:00
.gitignore release: 0.0.1 2026-08-31 10:06:02 +02:00
Makefile release: 0.0.1 2026-08-31 10:06:02 +02:00
README.md release: 0.0.1 2026-08-31 10:06:02 +02:00

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-unknown target
  • Node.js and pnpm
  • wasm-bindgen-cli (0.2.114) and wasm-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    # editor → http://localhost:5173/editor/

Repositories

Repository Role
bimr-kernel Geometry kernel
bimr-engine Bimr engine
bimr-wasm WebAssembly adapter
bimr-web Browser editor
bimr-viewer-ifcx IFCX viewer