skymen / alpha-dithering

C3 shader of an alpha dither

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link to alpha dither shader: https://www.construct.net/en/make-games/addons/793/alpha-dithering

To build the addon, run

npm i
node ./build.js

To run the dev server, run

npm i
node ./dev.js

The build uses the pluginConfig file to generate everything else.

The main files you may want to look at would be instance.js and scriptInterface.js

About

C3 shader of an alpha dither


Languages

Language:JavaScript 48.3%Language:HLSL 29.0%Language:WGSL 22.6%