Skip to content

2.2.3

Compare
Choose a tag to compare
@einarf einarf released this 24 Jul 14:59
· 323 commits to master since this release

2.2.3

  • imgui integration no longer relies on pyopengl
  • Bug: Properly parse out attributes with layout qualifiers
  • Bug: Do not cache system shaders at module level. We now cache them in the context to better support multiple windows.
  • Bug: OrbitCameraWindow - Fixed radians/degree issue
  • Bug: A window can now be closed from inside render()