Upcoming 2.0 release #16
Replies: 6 comments 5 replies
-
Hi. |
Beta Was this translation helpful? Give feedback.
-
"Please try with the latest build"
Which build is the latest? Where can I download it?
пн, 10 мая 2021 г. в 09:53, Sebastian Alff ***@***.***>:
… Hey,
thanks for reporting that. After an Emscripten upgrade, some builds were
failing and since there is currently no testing for the beta builds, some
broken packages were accidentally released.
Please try with the latest build and let me know if this solves your
problem. Also, in case you were importing "module.TKernel.wasm" anywhere in
your code, please remove this statement (it is not included by default in
"opencascade.js/wasm".
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPS3XDOXCQXBRCY6CKLS2TTM57E7ANCNFSM4UTG2Y4Q>
.
|
Beta Was this translation helpful? Give feedback.
-
Thank you. What do you recommend to use, mainly for modeling: the latest
beta build or the stable 1.1 release?
пн, 10 мая 2021 г. в 14:29, Sebastian Alff ***@***.***>:
… npm install ***@***.***
as mentioned in the readme here on Github. Please be aware that the beta
builds will most likely encounter breaking changes in the future.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPS3XHDDDHR3XMBQZUY6VLTM67SZANCNFSM4UTG2Y4Q>
.
|
Beta Was this translation helpful? Give feedback.
-
Thanks!
пн, 10 мая 2021 г. в 20:44, Sebastian Alff ***@***.***>:
… I would recommend to use the beta builds, since they are the most complete
version of the library and they are using the most recent OpenCascade
version 7.5.2. However, there are still several missing parts and loose
ends, which I hope I'm able to fix eventually.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPS3XHXMBCGMITPII22WHTTNALPNANCNFSM4UTG2Y4Q>
.
|
Beta Was this translation helpful? Give feedback.
-
Hi. How to use @beta in browser without bundler (as ES6
module)?
пн, 10 мая 2021 г. в 21:59, Viktor Viktor ***@***.***>:
… Thanks!
пн, 10 мая 2021 г. в 20:44, Sebastian Alff ***@***.***>:
> I would recommend to use the beta builds, since they are the most
> complete version of the library and they are using the most recent
> OpenCascade version 7.5.2. However, there are still several missing parts
> and loose ends, which I hope I'm able to fix eventually.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#16 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABPS3XHXMBCGMITPII22WHTTNALPNANCNFSM4UTG2Y4Q>
> .
>
|
Beta Was this translation helpful? Give feedback.
-
I have changed
initOpenCascade(...mainWasm= "full path to opencascade.full.wasm"...)
And everything loads as it should, but the initialization process itself is
very slow. OC becomes available in about 20 seconds. Is that how it should
be?
|
Beta Was this translation helpful? Give feedback.
-
Here are some notes on the upcoming release of the library.
📦 Web-Assembly Modules
🔍 Typescript definitions
Typescript definitions will be generated for all bindings and some parts of the Emscripten library (like the
FS
object for filesystem manipulations). This will give "Intellisense" support in your favorite IDE and will allow static type checking to some degree.🚀 Updated OCCT
The newly released version 7.5.0 of OpenCascade will be supported.
🪲 Debugging
There will be debug and release builds of the library, which might make it easier to debug some of the more challenging issues.
💻 NodeJS
Support for NodeJS will be explicitly tested.
⚙️ Build System
The build system has been rewritten in large parts with the following major improvements:
Feedback and questions are always welcome! ✌️
Beta Was this translation helpful? Give feedback.
All reactions