Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1 KB

README.md

File metadata and controls

14 lines (8 loc) · 1 KB

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.

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

Note: This repository is no longer being updated. Code here is used to produce the work of our SIGGRAPH 2017 publication. Please check out our latest development of the Spire shading language at https://github.com/shader-slang/slang.

Publications

Shader Components: Modular and High Performance Shader Development SIGGRAPH 2017

A System for Rapid Exploration of Shader Optimization Choices SIGGRAPH 2016