vpenades / SharpGLTF

glTF reader and writer for .NET Standard
MIT License
470 stars 75 forks source link

WinUI3.0 control? #30

Closed GeorgeS2019 closed 1 year ago

GeorgeS2019 commented 4 years ago

A few months back, I proposed the need for 3D model WinUI 3.0 control and it seems there is similar initiative at Microsoft focusing on glTF

It seems you have done that with skeletal and morph animation with Mono for desktop. Is is possible to port to WinUI compatible control?

vpenades commented 4 years ago

I have no knowledge of WinUI API, but if it has a mesh that supports multiple vertex formats, and its internal shader model supports skinned vertices, at the very least, skeletal animations could be supported.

GeorgeS2019 commented 4 years ago

WinUI3.0 [roadmap ](https://github.com/microsoft/microsoft-ui-xaml/issues/717)just started

GeorgeS2019 commented 2 years ago

@vpenades This WinUI friendly game engine could be of interest to you

vpenades commented 2 years ago

@GeorgeS2019 Thanks for the tip.

If I had to implement glTF on something (which I can't right now because my bandwidth is full right now) I would do so on libraries from which I can benefit at work. So right now, regarding UI libraries, I'm looking towards MAUI, since it's cross platform.