Skip to content
View went5's full-sized avatar
🟪
#8491C3
🟪
#8491C3
Block or Report

Block or report went5

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. linear-color-space-gradient.tsx linear-color-space-gradient.tsx
    1
    import dynamic from "next/dynamic";
    2
    import p5Types from "p5";
    3
    
    
    4
    const Sketch = dynamic(import("react-p5"), {
    5
      loading: () => <></>,
  2. HalfLambert.shader HalfLambert.shader
    1
    Shader "Custom/HalfLambert"
    2
    {
    3
        Properties
    4
        {
    5
            _MainTex ("Texture", 2D) = "white" {}
  3. VContainerAndUniRxSample VContainerAndUniRxSample Public

    ShaderLab

  4. HaxeOptionEx HaxeOptionEx Public

    HaxeのOption型を使いやすく拡張したものと、その使用例を載せてます。

    Haxe

  5. unity-graphics-learning-BRP unity-graphics-learning-BRP Public

    ShaderLab

  6. color-overlay-p5 color-overlay-p5 Public

    Created with CodeSandbox

    TypeScript