Are there any good c examples?

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. stb

    stb single-file public domain libraries for C/C++

    You can try using stb libraries in C (https://github.com/nothings/stb) for a dynamic array (equivalent to std::vector) and a hash map implementation (akin to std::unordered_map, although it's not ordered like std::map) in stb_ds.h. I'm suggesting this because many tutorials already use stb for utilities for image loading so chances are you already have it at your fingertips and it's nice to use.

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

    A minimal implementation of Vulkan ray tracing.

    This raytracing sample is all in C.

  4. vkbasicapp

    A shameless plug: here's a link to my repo https://github.com/jammymalina/vkbasicapp that could get you started. It's a WIP and far from done. The code is relatively structured, I got the inspiration from vk-bootstrap and I am Graphics And So Can You blogpost.

  5. vk-bootstrap

    Vulkan Bootstrapping Iibrary

    A shameless plug: here's a link to my repo https://github.com/jammymalina/vkbasicapp that could get you started. It's a WIP and far from done. The code is relatively structured, I got the inspiration from vk-bootstrap and I am Graphics And So Can You blogpost.

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

  • Writing Vulkan SPIR-V shaders in C++?

    4 projects | /r/vulkan | 12 Feb 2022
  • 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
  • Can I automate the first painful steps of vulkan?

    4 projects | /r/vulkan | 11 Mar 2021