Skip to content
View ghysc's full-sized avatar

Block or report ghysc

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 Loading

  1. A Material Property Drawer for the [... A Material Property Drawer for the [Curve] attribute which lets you edit curves and adds them to the shader as textures. Forked from Ronja's Material Gradient Drawer. More information here: https://twitter.com/CyrilJGhys/status/1529496742642728964 and here: https://twitter.com/totallyRonja/status/1368704187580682240
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Linq;
    4
    using UnityEditor;
    5
    using UnityEngine;
  2. SwitchAttribute SwitchAttribute Public

    A Unity property attribute to hide / show public fields in the inspector according to another one's value

    C# 7

  3. WebGL-Example WebGL-Example Public archive

    WebGL example from Virtual Reality and Interaction - Lille's university coursework

    JavaScript

  4. LearnOpenGL LearnOpenGL Public

    Custom 3D engine using OpenGL

    C++