ifcplusplus icon indicating copy to clipboard operation
ifcplusplus copied to clipboard

IFC++ in web viewer

Open j209 opened this issue 1 year ago • 1 comments

Is it possible using this library in browsers via webassembly?

j209 avatar Aug 03 '24 08:08 j209

IFC++ can be compiled to WASM, but the object oriented approach has a relatively high memory consumption, so it is not ideal. For that reason, we developed a similar IFC library specifically for WASM.

An early prototype can be tested here: https://bimviewplus.com/wasm/

If you are interested in access to the source code, please get in touch here: https://creoox.com/en/contact/

ifcquery avatar Aug 03 '24 19:08 ifcquery