GeometryCollective / geometry-processing-js

A fast, general-purpose framework for geometry processing on the web.
MIT License
494 stars 48 forks source link

.NET C# #5

Open petrasvestartas opened 6 years ago

petrasvestartas commented 6 years ago

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?

rohan-sawhney commented 6 years ago

@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?

petrasvestartas commented 6 years ago

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

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