geometry-processing-js icon indicating copy to clipboard operation
geometry-processing-js copied to clipboard

.NET C#

Open petrasvestartas opened this issue 7 years ago • 2 comments

Hi,

Amazing work especially what is happenning in C++.

Are there any plans to port C++ libraries to .NET ? Is there any way that C++ libs used on web could be called from C# language?

petrasvestartas avatar Jul 03 '18 16:07 petrasvestartas

@petrasvestartas Thanks! Unfortunately, there aren't any plans to port to .NET. Only the linear algebra code for this library was ported to JS from C++ using emscripten, the rest is written in pure JS. Does C# also lack libraries for numerical linear algebra?

rohan-sawhney avatar Jul 06 '18 17:07 rohan-sawhney

There are libraries for linear algebra. For instance https://numerics.mathdotnet.com

But the magic you are doing with the bunny requires greater knowledge

petrasvestartas avatar Jul 13 '18 17:07 petrasvestartas