• Stars
    star
    4
  • Rank 3,290,828 (Top 66 %)
  • Language
    C#
  • Created about 3 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

IsoMesh

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 surface nets or dual contouring.
C#
258
star
2

HDRPGrass

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 attempt to create grass using compute shaders + DrawProceduralIndirect. This project was written for Unity version 2019.4.11f1 and given the volatile nature of hand-writing HDRP shaders I doubt it will work in newer versions!
C#
73
star
3

LineDrawer

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

BoundingVolumeHierarchy

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
star
5

StructableObject

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 as it allows you to create systems which work well with both procedural data and designed data.
C#
18
star
6

BufferSorter

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

NetworkTimeChecker

A small static class for getting time from the internet in Unity.
C#
2
star
8

Waylayallay

C#
2
star
9

SignedDistanceFun

Learning about signed distance fields and raymarching
C#
1
star