Are there any good c examples?

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

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

  • vulkan_ray_tracing_minimal_abstraction

    A minimal implementation of Vulkan ray tracing.

  • This raytracing sample is all in C.

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

  • 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