Skip to content
View ewaldhew's full-sized avatar

Block or report ewaldhew

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. cp4101 cp4101 Public archive

    Forked from philcn/DXRExperiments

    A lightweight prototyping framework for DirectX Raytracing that runs on Microsoft DXR Fallback Layer.

    C++ 1

  2. pspart pspart Public

    Implementation of Parameter Space Partitioning algorithm described by Pitt, Kim, Navarro, and Myung (2006).

    C++ 1

  3. orthohedra orthohedra Public

    Forked from ondrejsmid/orthohedra

    Library for orthogonal polyhedra of arbitrary dimension

    C++

  4. powersphere powersphere Public

    C#

  5. Utility to search for usages of Unit... Utility to search for usages of Unity project assets in a Git repository
    1
    # Introduction
    2
    
    
    3
    This utility searches for Unity assets that use the given asset, by grepping for GUID appearances in files
    4
    committed to Git, since Unity does not include such a feature by default.
    5
    (It does, however, allow you to find *dependencies* of a given asset.)