vpenades / SharpGLTF

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

.NET 6 Upgrade/Support #108

Closed RagingKore closed 2 years ago

RagingKore commented 3 years ago

.NET 6 is just around the corner and with its all around performance optimizations plus new apis, SharpGLTF could strongly benefit from this. Not to mention that it is the inevitable future.

I'm more than willing to contribute and push a PR that bumps the framework.

Would this be of interest @vpenades

vpenades commented 3 years ago

The current libraries already target Net5, which is fully compatible with Net6 in terms of runtime features and performance.

Also, SharpGLTF aims for compatibility with as many target platforms as possible... so, adding Net6 as a target platform is not a problem, but the other target platforms must be kept.

Anyway, I would like to know which kind of inprovements you had in mind

vpenades commented 2 years ago

project has been updated to support net6.