Skip to content

DemoFramework 5.5.0

Compare
Choose a tag to compare
@ReneThrane ReneThrane released this 05 Feb 16:28
· 36 commits to master since this release

Release 5.5.0

  • New samples
    • GLES2.Stats
    • Vulkan.Bloom
    • Vulkan.EffectOffscreen
    • Vulkan.EffectSubpass
    • Vulkan.FractalShader
    • Vulkan.FurShellRendering
    • Vulkan.HDR04_HDRFramebuffer
    • Vulkan.ModelLoaderBasics
    • Vulkan.ModelViewer
    • Vulkan.T3DStressTest
  • GLES2, GLES3, Vulkan ModelViewer now supports wireframe rendering.
  • Dependency changes
    • Assimp 5.0.1 from 4.1.0
    • Fmt 6.1.2 from 6.0.0
    • Google test 1.10.0 from 1.8.1
    • Ninja from 1.9.0 from 1.8.2
    • OpenCV 4.2 from OpenCV 4
  • Tool changes
    • Clang tidy+format now requires clang 8
    • VS2019 is now the default on windows.
    • Ubuntu and yocto builds now default to the cmake generator (The old makefile based builds are available using "-g legacy".)
  • Deprecated FSLLOG and FSLLOG2.
  • Introduced FSLLOG3 which use the fmt library instead of streams. The fmt library is a implementation of the C++20 std::format.
  • Experimental Angle support and compatibility test.