You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2025-11-21-bringing-wasm-power-to-xeokit-the-new-cxconverter-and-loader/index.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ In the ever-evolving landscape of web technologies, WebAssembly (WASM) has emerg
13
13
14
14
## What is cxConverter?
15
15
16
-
`cxConverter` is a program that can be used within the xeokit ecosystem, designed to quickly and securely convert large BIM and CAD models to XKT and GLTF formats. It significantly accelerates the conversion process while maintaining full compatibility with the original data.
16
+
`cxConverter` is a program that can be used within the xeokit ecosystem, designed to quickly and securely convert large BIM and CAD models to GLTF formats. It significantly accelerates the conversion process while maintaining full compatibility with the original data.
17
17
18
-
`cxConverter` acts as a bridge between different file formats, allowing users to easily transfer and visualize 3D models in xeokit-based applications. It also optimizes models for rendering performance in web browsers.
18
+
`cxConverter` acts as a bridge between IFC and GLTF, allowing users to easily transfer and visualize 3D models in xeokit-based applications. It also optimizes models for rendering performance in web browsers.
19
19
20
-
By default, `cxConverter` is available as a terminal application. However, in response to growing demand for performance and flexibility, we have introduced a WebAssembly (WASM) version of cxConverter that can be directly integrated into xeokit projects.
20
+
By default, `cxConverter` is available as a console application. However, in response to growing demand for performance and flexibility, we have introduced a WebAssembly (WASM) version of cxConverter that can be directly integrated into xeokit projects.
21
21
22
22
## What are the benefits of using WebAssembly (WASM) in xeokit?
23
23
24
-
WebAssembly (WASM) allows you to run code written in languages such as C/C++ or Rust directly in the browser, achieving performance close to native. This enables `cxConverter` to operate much faster and more stably, which is crucial when working with large and complex 3D models, where data conversion can be time-consuming and computationally intensive.
24
+
WebAssembly (WASM) allows running code written in languages such as C/C++ or Rust directly in the browser, providing significantly better performance than pure JavaScript. This enables `cxConverter` to run on the client side without requiring native installation, making it possible to process large and complex 3D models directly in the browser.
25
25
26
26
WASM also introduces strong runtime isolation, which increases the security of the entire process. The code runs in a controlled sandbox, without unauthorized access to the user's system, which is crucial for web applications processing external files.
The introduction of `cxConverter` and WASM loader to the xeokit ecosystem opens up new possibilities for developers and users working with large 3D models. By leveraging WebAssembly technology, the conversion process becomes faster, more efficient, and secure. We encourage experimentation with these tools and their integration into your xeokit projects to fully harness the potential of modern 3D web applications. We also invite you to explore the `cxConverter` documentation and examples available on our website to better understand the capabilities and applications of this tool.
154
+
The introduction of `cxConverter` and WASM loader to the xeokit ecosystem opens up new possibilities for developers and users working with large 3D models. By leveraging WebAssembly during development, you can run the conversion process quickly, efficiently, and in a secure sandboxed environment — making development faster and safer. We encourage experimentation with these tools and their integration into your xeokit projects to fully harness the potential of modern 3D web applications. We also invite you to explore the `cxConverter` documentation and examples available on our website to better understand the capabilities and applications of this tool.
155
155
156
156
Remember that `cxConverter` is licensed by **Creoox AG**. You can contact using the information available on [Creoox website](https://creoox.com/contact/).
0 commit comments