👋 xeoMeetup #4 is coming! 👋
We’re getting ready for the next session — sharing what we’ve been working on and diving into a few interesting topics around xeokit:
⏩ The Brief – latest xeokit updates with Lindsay Kay
🔐 CVE Scanning & Cyber Security – how we approach security in xeokit with Mateusz Milian
🎨 Materials in IFC – how materials work in IFC and how we handle them for xeokit with Fabian Gerold
📅 21 April 2026 | 🕒 15:00 CET 👉 forms.office.com/e/PuMW0PQYt… (no need to register again if you are subscribed)
As always, it’s a live, interactive session — so feel free to join, ask questions, and share your thoughts.
See you there! 😎
#openSource#WebGL#xeokit#IFC#IFCViewer#openBIM#secureBIM
We work constantly on improving existing features.
One of such features is SectionCaps. SectionCaps feature allow you to color sliced elements or even add some form of hatching. 🎨
This example is one of our test files to see how our algorithm works with different combinations of holes inside the holes. 🕳️ It took a lot of effort to improve this algorithm, because there are a lot of corner cases and the real life BIM models can be really complex.
You can try this example here: xeokit.github.io/xeokit-sdk/…
If you want more realistic example, check here: xeokit.github.io/xeokit-sdk/…
Tutorial for SectionCaps: xeokit.io/blog/hatching-slic…#xeokit#webgl#computationalgeometry#bim#aec#javascript#opensource
And here are the recordings of our meetups with topics like large #potree point clouds integration, data textures, #dotbim, web components, WASM #IFC cxConverter and more: youtube.com/playlist?list=PL…
This feels unreal! After more than 6 years working on WebGPU, it's getting released in Chromium 113, in stable and without flags! It only took a bit longer than the 2 year adventure we initially thought it would be 😅 Read more about it here developer.chrome.com/blog/we…
Nice - TypeScript pattern that exploits static type checking to ensure the caller handles exceptions - return an error object instead of throw it
function doSomethingRisky(): TerribleError | number {
// ...
}
dev.to/supermetrics/simple-a…
Today I started work on building the UI for the schematic viewer. Thankfully my work on the board viewer UI laid a nice foundation of web components to build with and most of this went pretty smoothly. Lots more to do but this is a great start. 😌
In memory of much missed *Martin Isenburg*, lidar pioneer and legend in his own lifetime, we share his story "The Lidar Legacy of Martin Isenburg", published by Lidar Magazine > lidarmag.com/2023/02/14/tool… <
Happy to share our new paper: "GPU-Accelerated LOD Generation for Point Clouds"
Creating LOD structures for point clouds at rates of up to 1 to 4 billion points per second in CUDA.
source: github.com/m-schuetz/CudaLOD
paper: cg.tuwien.ac.at/research/pub…