PixelGuys / Cubyz

Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects.
GNU General Public License v3.0
423 stars 51 forks source link

Vulkan #102

Open IntegratedQuantum opened 11 months ago

IntegratedQuantum commented 11 months ago

While it probably won't make the game any faster since it's not API bound, I think Vulkan does offer some advantages:

But all that comes at a heavy development cost.

I heard that this guide should be useful: https://vkguide.dev There is an official documentation now: https://docs.vulkan.org/spec/latest/index.html

Prerequisites:

jujubeja commented 2 months ago

https://github.com/ashpil/moonshine A general purpose ray traced renderer built with Zig + Vulkan