Sebastian Alff

Results 69 comments of Sebastian Alff

... I think what this issue boils down to is that C++ allows a derived class to have multiple base classes and JavaScript doesn't. It also looks like Emscripten has...

> I don't have much to add besides the idea of dynamic modules ideas sounds like a really solid way to clamp down on the asset size The dynamic modules...

Hi @zalo and @Irev-Dev! It's been a while... And it has been a bit of bumpy ride for opencascade.js, as I have tried out several approaches, some of which didn't...

> I also have a new (cleaner, ESBuild-based) opencascade.js -based project [...] Very excited to hear that :slightly_smiling_face:. Would be happy to hear more when you're ready to share. I...

> Exciting to hear about faster builds To be precise... The total build time is still quite long and probably more than 10 hours on my machine. What's new and...

A new build of the "full" version has been published as `opencascade.js@beta`, the docs and Docker image also have been updated. The examples are now using that new build and...

Yes, you can try it [here](https://donalffons.github.io/opencascade.js-examples/demos/bottle%20-%20basic/).

> Is there an equivalent or alternative way to SetFuzzyValue() on the Fuse and Cut CSG operations? This doesn't work?! That probably means that [the patches](https://github.com/donalffons/opencascade.js/blob/master/src/patches/using-statements.patch#L80) are not applied properly...

I (think I) finally fixed the issues with `additionalCppCode` just now, if you want to try that. I will focus on adding testing back in, so that these kinds of...

...just a note: I just managed to get the multi-threaded build running with the bottle example. Besides the fact that it's quite messy to set up (loading a "normal" js...