Skip to content
View pinkwerks's full-sized avatar
💭
Environment aware manipulation
💭
Environment aware manipulation

Block or report pinkwerks

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
pinkwerks/README.md

Hi there 👋

  • 🔭 I’m currently working on ... "environment aware manipulation"
  • I hit a release mileston for camflex (predicts lens distortion parameters for motion picture camera's using their physical characteristics.)
  • 🌱 I’m currently learning ... ComfyUI and MLOPs
  • 👯 I’m looking to collaborate on ... Computer graphics

Pinned Loading

  1. Maya-Scripts Maya-Scripts Public

    Personal stash of Maya scripts used in VFX production over the years.

    Python 52 16

  2. Shader patterns Shader patterns
    1
    float frequency = .5;
    2
    float trianglewave = abs(2 * frac(x * frequency) - 1); // repeating triangle wave /\/\/\...
    3
    float squarewave = round(abs(2 * frac(x * frequency + .25) - 1)); // repeating square wave
    4
    
                  
    5
    float FilteredStep(float edge, float x, float fw)
  3. lsrd lsrd Public

    HoloLens spatial mesh visualization

    ShaderLab

  4. camflex camflex Public

    Use machine learning to predict lens distortion parameters from physical camera properties.

    Jupyter Notebook 15 1