Kangslap

所属分类:游戏
开发工具:HLSL
文件大小:0KB
下载次数:0
上传日期:2022-12-26 01:14:52
上 传 者sh-1993
说明:  Windows终端的像素着色器。
(A pixel shader for Windows Terminal.)

文件列表:
Kangslap-RefreshLine.hlsl (3479, 2022-12-25)
Kangslap.hlsl (3229, 2022-12-25)
LICENSE (1065, 2022-12-25)
wtbg.jpg (18669, 2022-12-25)

# Kangslap pixel shader for Windows Terminal A Windows Terminal pixel shader with drop text shadow effects (w/ more readable text) & an animating refresh line (optional). * Kangslap: Drop shadow effects & more readable text. * Kangslap-RefreshLine: Same as above + an animated refresh line effect (more resource intensive). ## Preview |![Shader enabled (w/ refresh line)](https://github.com/ccelik97/Kangslap/blob/master/.github/Enabled-RefreshLine.png)|![Shader enabled](https://github.com/ccelik97/Kangslap/blob/master/.github/Enabled.png)|![Shader disabled](https://github.com/ccelik97/Kangslap/blob/master/.github/Disabled.png)| |---|---|---| |Enabled (w/ refresh line)|Enabled|Disabled| ## Usage Into your Windows Terminal [settings.json](https://github.com/ccelik97/Kangslap/blob/master/https://learn.microsoft.com/en-us/windows/terminal/customize-settings/profile-general) file: ```json { "profiles": { "defaults": { "antialiasingMode": "cleartype", "experimental.pixelShaderPath": "X:/Path/to/Kangslap.hlsl", "opacity": 0, "useAcrylic": true, "useAtlasEngine": false } } } ``` and optionally: ```json { "profiles": { "defaults": { "backgroundImage": "X:\\Path\\to\\wtbg.jpg", "backgroundImageOpacity": 0.75 } } "useAcrylicInTabRow": true } ``` ## Credits They're inspired by: * @Microsoft's sample shader from: [Rasterbars.hlsl](https://github.com/ccelik97/Kangslap/blob/master/https://github.com/microsoft/terminal/blob/main/samples/PixelShaders/Rasterbars.hlsl) and * @Hammster's CRT shader (although falls flat of that) from: [crt.hlsl](https://github.com/ccelik97/Kangslap/blob/master/https://github.com/Hammster/windows-terminal-shaders/blob/main/crt.hlsl).

近期下载者

相关文件


收藏者