SharpQuake icon indicating copy to clipboard operation
SharpQuake copied to clipboard

OpenTK 4.5.0 Upgrade

Open optimus-code opened this issue 4 years ago • 1 comments

Hi

I just thought it would be useful to list some breaking changes I have so far discovered trying to upgrade to OpenTK 4.5.0.

Breaking changes

  • [ ] AudioContext and accommodating higher level audio classes are no longer part of OpenTK.
  • [ ] Underlying window system changed, no longer based on System.Windows.Forms and you need to use the low level GLFW apis.
  • [ ] Input routines changed as a result of the new windowing system.
  • [ ] Video mode selection is now done with low level GLFW api.

I'll add more points when/if I discover them.

optimus-code avatar Mar 07 '21 15:03 optimus-code

I see, I just updated it and it broke the project. 😂

Memorix101 avatar Apr 18 '23 22:04 Memorix101