Skip to content

Simple one-file shader utility tool that automatically compiles shaders to SPIRV when modified.

License

Notifications You must be signed in to change notification settings

Sondro/ShaderAssist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShaderAssist

Simple one-file shader utility tool that automatically compiles shaders to SPIRV when modified.

This is meant to be a simple drag'n drop one-file utility tool. It periodically checks all specified shader files in its local or specified directory and re-compiles modified shaders automatically. The tool is meant to save you a lot of back-and-forth work when quickly iterating shaders that require a SPIRV conversion. The tool is configurable through shaderassist.ini. By default, Google's SPIRV compiler is used instead of GLSLLangValidator's version as Google's compiler supports extra features like #include preprocessor support; this is configurable through shaderassist.ini.

The tool is built with cross-platform compatability in mind, but it's not been tested on all compilers/operating-systems. Feel free to submit platform-specific fixes when found.

About

Simple one-file shader utility tool that automatically compiles shaders to SPIRV when modified.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%