chore: Update Silk.Net from 2.22.0 to 2.23.0#3126
chore: Update Silk.Net from 2.22.0 to 2.23.0#3126w0wca7a wants to merge 5 commits intostride3d:masterfrom
Conversation
|
Note that afair silk.net packages must be updated in lockstep; other silk packages should be updated to match this new version |
|
I'm not sure about other packages since I didn't check them. I need time to understand how stable they work. |
Would it make sense to introduce a property (e.g. SilkVersion) and reuse it in all related packages? That way one line change would be necessary and it clearly conveys that they should be updated together. I'm doing something similar for the AvaloniaVersion in the xplat-editor branch. |
Overall, isn’t bad idea. But if a user ever needs to update/downgrade just one library, for example, Silk.Net.Assimp, since Silk.Net is a huge collection of separate packages covering rendering, input, import, VR, etc.? |
ab329f3 to
482bd28
Compare
|
I had enough time to test Stride with the updated Silk.NET libraries. I haven't found any issues with them. Therefore, the PR is open for review. |
Remove OpenGL
* Add global property for all all Silk.NET dependencies * Remove conflict with Stride.SharpFont

PR Details
Fixes bone twisting artifacts on animations.
This change adapts the fix described in Silk.NET PR #2489 and applies the same approach within Stride's animation system.
Full Silk.NET changelog in v2.23.0
Related Issue
#3116
Types of changes
Checklist