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
- Host: GitHub
- URL: https://github.com/mrange/windows-terminal-shader-gallery
- Owner: mrange
- License: mit
- Created: 2022-11-06T19:53:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T18:18:54.000Z (over 1 year ago)
- Last Synced: 2025-09-28T09:53:54.290Z (9 months ago)
- Language: HLSL
- Size: 1.76 MB
- Stars: 40
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```