Skip to content

tangent-vector/Spire

 
 

Repository files navigation

Spire

Spire is a shading language and compiler framework that facilitates modular shader authoring and rapid exploration of shader optimization choices (such as frequency reduction and algorithmic approximation) afforded by modern real-time graphics engines. The current implementation of the Spire compiler can generate either GLSL or SPIR-V output for use with OpenGL and Vulkan based engines.

Paper: http://graphics.cs.cmu.edu/projects/spire/

For an example of intergrating Spire into a game engine, head to this repository: https://github.com/csyonghe/GameEngine

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • C 4.2%
  • Other 0.3%