An open API service indexing awesome lists of open source software.

https://github.com/mrange/windows-terminal-shader-gallery

A gallery of shaders made for Windows Terminal
https://github.com/mrange/windows-terminal-shader-gallery

Last synced: 8 months ago
JSON representation

A gallery of shaders made for Windows Terminal

Awesome Lists containing this project

README

          

# windows-terminal-shader-gallery
A gallery of shaders made for Windows Terminal

See the [project's github pages](https://mrange.github.io/windows-terminal-shader-gallery/).

## Build

```bash
# Install tools
dotnet tool restore
# Build site and tool
dotnet cake -- --target All
# Run windows terminal shader tool
dotnet cake -- --target Run
```