Skip to content
View zlrc's full-sized avatar
🐇✨
🐇✨

Block or report zlrc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. contort-plotter contort-plotter Public

    🟨 A Playful 3D Surface Plotter

    Vue 4 1

  2. Configurable fragment shader for dra... Configurable fragment shader for drawing equipotential lines. Demo: https://www.shadertoy.com/view/NlVfRD
    1
    // Electric Potential-inspired Fragment Shader
    2
    // Author: Mike "ZiRC" K.
    3
    // Demo: https://www.shadertoy.com/view/NlVfRD
    4
    //  
    5
    // Works off of "Contour lines" by 8x as a starting point (most of the original code has been modified):