clspv
Compute shader compiler
Compiles OpenCL C to Vulkan compute shaders using LLVM
Clspv is a compiler for OpenCL C to Vulkan compute shaders
626 stars
44 watching
91 forks
Language: LLVM
last commit: about 2 months ago
Linked from 2 awesome lists
openclspirspirvvulkanvulkan-compute-shaders
Related projects:
Repository | Description | Stars |
---|---|---|
google/shaderc | A collection of tools and libraries for compiling shader code into a graphics pipeline format | 1,872 |
igjoshua/cljsl | A Clojure-based compiler for converting a subset of Clojure code into GLSL shader code | 23 |
unity-technologies/hlslcc | A compiler that translates DirectX shader bytecode into various shader languages for use in game engines and other graphics applications. | 855 |
google/shaderc-rs | Rust bindings for the shaderc library to compile GLSL/HLSL source code into SPIR-V binary modules or assembly code. | 259 |
saschawillems/spirv-vsextension | A Visual Studio extension that simplifies compilation of GLSL and HLSL shaders to SPIR-V binary | 91 |
jaredloomis/andromeda | A Haskell-based library for writing and compiling OpenGL shaders | 77 |
swtwsk/vinci-lang | A proof-of-concept compiler targeting SPIR-V for a toy ML functional shading language | 15 |
melisgl/cl-libsvm | A Common Lisp wrapper around the libsvm C++ SVM library | 16 |
cbaggers/varjo | Compiler for translating Lisp code to GLSL shader language | 223 |
shader-slang/slang | A shading language that facilitates the development and maintenance of large-scale shader codebases with performance and portability in mind. | 3,344 |
nvpro-samples/gl_vk_meshlet_cadscene | Demonstrates rendering of CAD models using mesh shaders for high-performance rendering | 373 |
vassvik/minimal_opengl | A minimal setup to experiment with OpenGL compute shaders in a standalone environment. | 6 |
googlefonts/compute-shader-101 | Provides sample code and resources to help developers learn and implement compute shaders in Rust. | 542 |
acceleratehs/accelerate-llvm | Compiles Accelerate code to LLVM IR and executes it on CPUs or NVIDIA GPUs | 159 |