-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C # extended library #2230
Comments
Hi @jinyuttt, can you be more specific about what you are looking for? |
I'm assuming that @jinyuttt wants C# bindings for Tangram-ES for use in a WPF app. Since this would first require Tangram-ES to support Windows platform, I doubt this is doable right now. |
@warpedgeoid yes, .net core |
@matteblair wasn’t there an effort to make a Windows port awhile back? |
Yes, there is a PR for a MinGW port that I have neglected to follow up on: #2035 I have made other attempts at a "native" Windows port using MSVC as well, but that's a more involved problem. There seems to be persistent interest in a Windows port of some form, so I will endeavor to finally merge that. However I don't think a Windows port of our C++ library will fulfill the request for a .NET API. @jinyuttt Do you have experience creating .NET bindings for C++ libraries? |
Is there any documentation, what is needed for a new platform? And could the core part build as library without any platform? |
Is it available?WPF?
The text was updated successfully, but these errors were encountered: