-
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.
-
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.
-
This raytracing sample is all in C.
-
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.
-
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.
Related posts
-
Writing Vulkan SPIR-V shaders in C++?
-
Not able to display a triangle using tutorial code
-
What is the proper way to link libvulkan.1.dylib ith cmake while avoiding issues with the installed vulkan SDK?
-
I'm seeking for advice, after a month of learning Vulkan I feel like I'm going nowhere
-
Can I automate the first painful steps of vulkan?