Can I automate the first painful steps of vulkan?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • 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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Vulkan

    Examples and demos for the new Vulkan 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.

  • 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