ifcquery / ifcplusplus

IfcPlusPlus is an open source C++ class model, as well as a reader and writer for IFC files in STEP format. Features: Easy and efficient memory management using smart pointers. Parallel reader for very fast parsing on multi-core CPU's. Additionally, there's a simple IFC viewer application, using Qt and OpenSceneGraph. It can be used as starting point for all kinds of applications around the open building model standard IFC.
http://www.ifcquery.com
MIT License
584 stars 210 forks source link

IFC++ in web viewer #284

Open j209 opened 1 month ago

j209 commented 1 month ago

Is it possible using this library in browsers via webassembly?

ifcquery commented 1 month ago

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/