# CustomShaderFunctionTest **Repository Path**: nixuejun888/CustomShaderFunctionTest ## Basic Information - **Project Name**: CustomShaderFunctionTest - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-12 - **Last Updated**: 2024-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CustomShaderFunctionTest ======================== This repository contains examples of custom function nodes for Unity Shader Graph. Box filter ---------- ![screenshot](https://i.imgur.com/zcsurVvm.jpg) A simple implementation of a box filter node that is difficult to implement with a node graph. Appolonian ---------- ![gif](https://i.imgur.com/eJASDJA.gif) A custom function node that was converted from [a Shadertoy sketch]. [a Shadertoy sketch]: https://www.shadertoy.com/view/lljfRD This Shadertoy sketch was created by [rigel] and shared under CC-BY-4.0. [rigel]: https://www.shadertoy.com/user/rigel Mandelbrot ---------- ![gif](https://i.imgur.com/tf3G0Gg.gif) A simple visualization of the Mandelbrot set with a custom function node.