Open-Source 3D Web Graphics for BIM, GIS, AEC & FM applications. Top precision & performance for IFC, Point Clouds.
πΊπ¦ #BIM#AEC#WebGL#WebGPU#xeokit
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: https://t.co/BShKjTyoqQΒ
If you want more realistic example, check here: https://t.co/ezO6CELEep
Tutorial for SectionCaps: https://t.co/zyd7YxJ1wL
#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: https://t.co/oEQgGnnBTn
π Happy New Year!
The #xeoMeetup series is a highlight of 2025! Thanks to the wonderful xeokit communityπ
π xeoMeetup #3 is coming soon β with real-world use cases from the City of Zurich & Crane Optimizer πhttps://t.co/sPBsnTyC09
#xeokit#OpenSource#BIM#WebGL#meetup
@KentBeck My writing skills are actually improving from ChatGPT's re-wording suggestions. Really educational, to get it to reword something you wrote, in a bunch of different styles.
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 https://t.co/CohVQyYs1b
#xeokit V3 core API stable and documented! Comments on API design welcome: https://t.co/AJHpqxOKKl
Not ready to view models yet, but close (don't try to run it yet). Also, this is the core - more coming.
#ifc#opensourcebim#bim#webgl#webgpu
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 {
// ...
}
https://t.co/obiuKoOT8o