https://github.com/madladsquad/uvkshadercompiler
Shader compiler program for the UntitledVulkanGameEngine
https://github.com/madladsquad/uvkshadercompiler
cpp glsl shader-compiler utility vulkan
Last synced: 12 months ago
JSON representation
Shader compiler program for the UntitledVulkanGameEngine
- Host: GitHub
- URL: https://github.com/madladsquad/uvkshadercompiler
- Owner: MadLadSquad
- License: mit
- Created: 2021-01-23T23:13:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T19:53:25.000Z (about 1 year ago)
- Last Synced: 2025-04-11T06:13:13.290Z (12 months ago)
- Topics: cpp, glsl, shader-compiler, utility, vulkan
- Language: C++
- Homepage: https://madladsquad.com/untitled-vulkan-game-engine
- Size: 3.06 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
README
# UVKShaderCompiler
[](https://github.com/MadLadSquad/UVKShaderCompiler/actions/workflows/ci.yaml)
[](https://lbesson.mit-license.org/)
[](https://trello.com/b/0upjsxT0/untitledvukangameengine)
[](https://discord.gg/4wgH8ZE)
> Version 1.0.0.0
Shader compiler program for the UntitledVulkanGameEngine
## Features
1. Compiles shaders from glsl to SPIR-V
1. Automatically recompiles modified shaders
## Dependencies
1. glslang
1. SPIRV-Tools
1. shaderc
1. SPIRV-Headers