Skip to content

VkCV-0.2.0

Latest
Compare
Choose a tag to compare
@TheJackiMonster TheJackiMonster released this 16 Dec 02:45
· 105 commits to develop since this release
f05da57

0.2.0 (2021-12-16)

** New modules:**

  • Algorithm: A VkCV module to use optimized compute algorithms accelerating projects
  • Effects: A VkCV module to use pre-built post-processing effects in your projects
  • Geometry: A VkCV module to generate basic geometry for rendering without loading a mesh from files
  • Tone-Mapping: A VkCV module providing multiple pre-defined options for tone mapping

** New features:**

  • Compile shaders from memory with defined headers
  • Hardware accelerated ray tracing pipelines
  • Dynamic geometry generation
  • Interpolation
  • Tesselation
  • Cube maps
  • Temporal upscaling
  • Automated camera paths

** Improvements **

  • Much more documentation
  • Fully refactored API to ease usage
  • More consistency
  • Less duplicate code