Skip to content

v1.0.1

Compare
Choose a tag to compare
@domchen domchen released this 17 Dec 05:40
· 330 commits to main since this release
9060855

What's Changed

  • Add demo projects for multiple platforms: iOS, Android, Web, Windows, Linux, and QT.
  • Add support for building with all NDK versions starting from 19 and above.
  • Add the x86_x64 architecture support on the Android platform.
  • Add support for building with the Qt 6.0 SDK.
  • Fix the crash in QGLWindow when rendering with multiple threads.
  • Remove the 'shareContext' parameter from QGLWindow::MakeFrom(). Fetch it automatically within QGLWindow instead.
  • Upgrade the skcms library to version 'm120'.
  • Replace all 'MakeAdpoted()' with 'MakeFrom()' in the Device classes as the term 'adopted' is incorrectly used.
  • Allow surfaces to be cached on the Window class, replacing createSurface() with getSurface(), freeSurface(), and invalidateSize().