Skip to content

Commit 323bced

Browse files
authored
Merge pull request #71 from xeokit/develop
Blog post fixes
2 parents 3f1cb8b + 19393a5 commit 323bced

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • blog/2025-11-21-bringing-wasm-power-to-xeokit-the-new-cxconverter-and-loader

blog/2025-11-21-bringing-wasm-power-to-xeokit-the-new-cxconverter-and-loader/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ In the ever-evolving landscape of web technologies, WebAssembly (WASM) has emerg
1313

1414
## What is cxConverter?
1515

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.
1717

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.
1919

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.
2121

2222
## What are the benefits of using WebAssembly (WASM) in xeokit?
2323

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.
2525

2626
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.
2727

@@ -151,6 +151,6 @@ ifcConverter.registerGltfChunkDoneCallback(async (gltf) => {
151151

152152
## Summary
153153

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 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.
155155

156156
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

Comments
 (0)