Skip to content
View EmmetOT's full-sized avatar
  • berlin

Highlights

  • Pro
Block or Report

Block or report EmmetOT

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. IsoMesh IsoMesh Public

    IsoMesh is a group of related tools for Unity for converting meshes into signed distance field data, raymarching signed distance fields, and extracting signed distance field data back to meshes via…

    C# 256 25

  2. HDRPGrass HDRPGrass Public

    Grass for Unity's HD render pipeline. This project was an experiment to learn more about hand-writing HDRP shaders and writing shaders with custom tesselation steps. There's also an additional atte…

    C# 71 11

  3. StructableObject StructableObject Public

    StructableObject is a wrapper for Unity's ScriptableObject system. It basically just lets you manipulate a data struct as if it were a ScriptableObject. This has been useful in my own development a…

    C# 18

  4. BufferSorter BufferSorter Public

    This is a very simple tool for in-place sorting of ComputeBuffers of ints on the GPU, meant for use in Unity.

    C# 16 4

  5. LineDrawer LineDrawer Public

    A simple tool for drawing anti-aliased lines in Unity, similar to Handles.DrawAAPolyLine but not a gizmo.

    C# 44 9

  6. BoundingVolumeHierarchy BoundingVolumeHierarchy Public

    This is a port of Erin Catto/box2d's b2_dynamic_tree from C++ to C#, intended for use in Unity. It's a very faithful translation with a couple of additional C# creature comforts for usability.

    C# 46 8