I'm building a design system using my own GUI framework.
This is not a web-based system. It's not React, Yew, Dioxus, Egui, Bevy, or any of those.
Everything is rendered by the GPU.
#winit#wgpu#framework#GUI#rust
OCCT 8.0 is redesigning how 3D CAD models are queried and edited under the hood.
Before: finding which faces share an edge meant scanning the entire model and building lookup tables every time.
Now: instant lookups, built-in change tracking, and parallel processing which is up to 97% faster for query operations.
This is the open-source geometry kernel that powers a huge chunk of open source CAD/CAE software. Faster kernel = faster everything built on top of it.