clspv
Compute shader compiler
Compiles OpenCL C to Vulkan compute shaders using LLVM
Clspv is a compiler for OpenCL C to Vulkan compute shaders
619 stars
44 watching
88 forks
Language: LLVM
last commit: 7 days 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,852 |
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. | 854 |
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 | 92 |
jaredloomis/andromeda | A Haskell-based library for writing and compiling OpenGL shaders | 76 |
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 |
axmolengine/glslcc | A cross-compiler tool that converts GLSL shader code to various graphics pipeline languages | 4 |
shader-slang/slang | A shading language that facilitates the development and maintenance of large-scale shader codebases with performance and portability in mind. | 2,189 |
nvpro-samples/gl_vk_meshlet_cadscene | Demonstrates rendering of CAD models using mesh shaders for high-performance rendering | 363 |
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. | 535 |
acceleratehs/accelerate-llvm | Compiles Accelerate code to LLVM IR and executes it on CPUs or NVIDIA GPUs | 158 |