Vulkan Framework Design Question

This page summarizes the projects mentioned and recommended in the original post on /r/vulkan

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • vk-bootstrap

    Vulkan Bootstrapping Iibrary

  • I just discovered vk-bootstrap today, and it looks like it'll make initialization code much much easier.

  • Vulkan

    Examples and demos for the new Vulkan API

  • Subpass Dependencies (including External Subpass Deps) - I really wish that the author of the Vulkan Tutorial went into more detail about these. They really are the ideal way to handle image layout transitions and memory barriers for attachments used between render passes (and between subpasses of the same render pass). They are far-and-away the most performant way to sync attachment usage between render passes. Sadly, there is a ton of misleading or plain wrong information about them out there. It's worth studying Sascha Willems particular use of External Subpass Dependencies in his Shadowmapping Example. I'd argue that if you can wrap your head around his usage of them in this instance, that the rest of the Vulkan intra-queue synchronization domain will be easy as pie.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts