-
That is a good idea and discussions has been turned on for the main repository. Happy to start a conversation over there if you like. https://github.com/bbredesen/go-vk/discussions
-
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 is great, of all the vulkan go bindings I have been waiting for one that uses vk.xml to generate the bindings, because it's the only viable way to keep the bindings up-to-date. (fyi the popular [ash-rs](https://github.com/ash-rs/ash) is created the same-way).
-
Looks promising! I've been using my own fork of the vulkan-go/vulkan package (https://github.com/goki/vulkan) that is updated to the latest vulkan release, but it is not exactly a clean process to update to new versions, and you have to use an old version of the conversion tool. It is not clear if the original author is going to make further updates. I have very little idea how the conversion tool works or what kind of overhead it creates.
-
vgpu
Vulkan GPU Framework for Graphics and Compute in Go, now developed at https://github.com/cogentcore/core/tree/main/gpu
When you have a stable Mac-compatible and tested version, I will give it a try if it isn't too much work to convert my main vulkan framework (https://github.com/goki/vgpu)