Skip to content

A tiny library for launching compute shaders on D3D11, Metal and Vulkan

License

Notifications You must be signed in to change notification settings

aras-p/smol-compute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smol-compute: a small library for compute shader stuffs

A tiny library that allows creating some data buffers and launching compute shaders on the GPU. With D3D11, Metal and Vulkan implementations at the moment.

Very very work in progress, you really don't want to use it for anything yet.

License

License for the library itself is MIT.

However, the test source code includes several external library source files (all under tests/code/external), each with their own license:

About

A tiny library for launching compute shaders on D3D11, Metal and Vulkan

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published