Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madladsquad/uvkshadercompiler
Shader compiler program for the UntitledVulkanGameEngine
https://github.com/madladsquad/uvkshadercompiler
cpp glsl shader-compiler utility vulkan
Last synced: about 2 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T15:00:32.000Z (2 months ago)
- Last Synced: 2024-11-07T16:18:09.764Z (2 months ago)
- Topics: cpp, glsl, shader-compiler, utility, vulkan
- Language: C++
- Homepage: https://madladsquad.com/untitled-vulkan-game-engine
- Size: 3.03 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# UVKShaderCompiler
[![CI](https://github.com/MadLadSquad/UVKShaderCompiler/actions/workflows/ci.yaml/badge.svg)](https://github.com/MadLadSquad/UVKShaderCompiler/actions/workflows/ci.yaml)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![trello](https://img.shields.io/badge/Trello-UVK-blue])](https://trello.com/b/0upjsxT0/untitledvukangameengine)
[![Discord](https://img.shields.io/discord/717037253292982315.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](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