Open zhouguoqiang opened 10 months ago
Yes, coming soon. See the netcore branch
Will this version be crossplatform? Will it be able to work under Linux?
Not initially in GE v6. The problem is that we're using C++/CLI to wrap/interface with OpenCascade native C++ library - C++/CLI creates efficient .NET shims between native and managed code. This approach is pretty widespread across the geometry engine. C++/CLI is only compatible with Windows currently due to limitations of the Visual Studio C++ compiler.
So unless the Microsoft C++ team come out with an improved C++ cross-compiler, in order to provide full cross-platform support (for Linux/MacOS) we'd need to move to P/Invoke, which is both a lot of work and would likely have negative performance implications.
What the v6 branch does is move us along a bit by:
One thing that should be possible in v6 is to natively support ARM64 under Windows. But full cross-platform is going to be something we have to leave for a future major release, and will need significant time investment - and frankly will need to have a compelling commercial driver behind it.
Are there any plans to publish public v6 packages in the near future?
I also want to know if xbim works on linux
is there a plan to support net6.0