liuyulvv / mediapipe_library

Apache License 2.0
6 stars 0 forks source link

Provide VS2022 project to compile this library and provide c# bindings #2

Open GeorgeS2019 opened 1 year ago

GeorgeS2019 commented 1 year ago

MediaPipe Solution (you are using)

FaceMesh with blendshape

Programming language

c++/c#

Are you willing to contribute it

None

Describe the feature and the current behaviour/state

Provide VS2022 project to compile this library and provide c# bindings

Will this change the current API? How?

No

Who will benefit with this feature?

available to .NET users

Please specify the use cases for this feature

FaceMesh with blendshape in .NET game engine e.g. Godot

Any Other info

No response

liuyulvv commented 1 year ago

This is part of my work during my internship, I have recently been busy with my graduation and am excited to hear that mediapipe is ready to provide a blendshape solution.

The purpose of this project is to generate a dynamic link library and directly call the mediapipe solution in other projects. Currently, only C++ interfaces are generated. Due to the problem of C++ ABI, it is really difficult to directly integrate into existing C/C++ projects.

At present, the highest priority is to provide the interface of C language

GeorgeS2019 commented 1 year ago

@liuyulvv

With a working VS2019 solution mediapipe branch shared here, Windows building will no longer be an experimental waste of time.