Can I automate the first painful steps of vulkan?

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. vulkan-guide

    Introductory guide to vulkan. (by vblanco20-1)

    You could try starting from the source code at the end of any of the various vulkan tutorials out there. Ex. on vkguide.dev, here's the source for the last chapter. And if you ever have any questions, all the docs are right there.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. vk-bootstrap

    Vulkan Bootstrapping Iibrary

    vkguide is probably what you want, but in case you don't want to start your code with a guide, you can use vk-bootstrap to get started faster, it's what's used in vkguide.

  4. Vulkan

    C++ examples for the Vulkan graphics API

    I've seen a bunch of projects use Sascha Willems' Initializers and some other of his support classes, seems like a good way of reducing the amount of extra code to write.

  5. gtec-demo-framework

    You could try out the nxp demo framework it handles all the common setup and is intended to create quick samples.

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

  • Vulkan Framework Design Question

    2 projects | /r/vulkan | 1 Mar 2021
  • Not able to display a triangle using tutorial code

    4 projects | /r/vulkan | 20 Nov 2021
  • What is the proper way to link libvulkan.1.dylib ith cmake while avoiding issues with the installed vulkan SDK?

    1 project | /r/vulkan | 26 Jul 2021
  • I'm seeking for advice, after a month of learning Vulkan I feel like I'm going nowhere

    3 projects | /r/vulkan | 15 Jul 2021
  • Are there any good c examples?

    4 projects | /r/vulkan | 5 Apr 2022

Did you know that C++ is
the 7th most popular programming language
based on number of references?