tangram-es icon indicating copy to clipboard operation
tangram-es copied to clipboard

C # extended library

Open jinyuttt opened this issue 4 years ago • 6 comments

Is it available?WPF?

jinyuttt avatar Feb 05 '21 16:02 jinyuttt

Hi @jinyuttt, can you be more specific about what you are looking for?

matteblair avatar Feb 05 '21 17:02 matteblair

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 avatar Feb 06 '21 01:02 warpedgeoid

@warpedgeoid yes, .net core

jinyuttt avatar Feb 06 '21 06:02 jinyuttt

@matteblair wasn’t there an effort to make a Windows port awhile back?

warpedgeoid avatar Feb 08 '21 16:02 warpedgeoid

Yes, there is a PR for a MinGW port that I have neglected to follow up on: https://github.com/tangrams/tangram-es/pull/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?

matteblair avatar Feb 13 '21 20:02 matteblair

Is there any documentation, what is needed for a new platform? And could the core part build as library without any platform?

charlenni avatar Feb 13 '21 23:02 charlenni