Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zcompute

Simple Vulkan library for running compute shaders on the GPU

Using

You will need:

  • Zig compiler (0.15.2)

  • Vulkan SDK

  • slangc (Slang shader compiler)

Fetch:

zig fetch --save git+https://github.com/Pivok7/zcompute

Inside build.zig:

const zcompute_dep = b.dependency("zcompute", .{
    .target = target,
    .optimize = optimize,
});
exe.root_module.addImport("zcompute", zcompute_dep.module("zcompute"));

For examples check out the 'examples' folder

Third party libraries used in this project

About

Simple Vulkan compute shader library written in Zig. Codeberg mirror.

Resources

Stars

Watchers

Forks

Contributors

Languages