emmy (EmmetOT)

EmmetOT

Geek Repo

Location:berlin

Github PK Tool:Github PK Tool

emmy's repositories

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.

Language:C#License:MITStargazers:257Issues:11Issues:3

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!

LineDrawer

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

Language:C#License:MITStargazers:47Issues:3Issues:0

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.

Language:C#License:MITStargazers:46Issues:4Issues:1

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.

Language:C#License:MITStargazers:18Issues:2Issues:0

BufferSorter

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

Language:C#License:UnlicenseStargazers:16Issues:1Issues:1

NetworkTimeChecker

A small static class for getting time from the internet in Unity.

Language:C#Stargazers:2Issues:1Issues:0

SignedDistanceFun

Learning about signed distance fields and raymarching

Language:C#Stargazers:1Issues:0Issues:0
Language:C#Stargazers:0Issues:1Issues:0

emmetot.github.io

My GitHub Pages Site

Language:HTMLStargazers:0Issues:1Issues:0
Language:C#Stargazers:0Issues:0Issues:0

Raytracing

Implementing the raytracing as described in the book "Raytracing in One Weekend"

Language:C++Stargazers:0Issues:1Issues:0

SimpleScene

Simple 3D scene manager in C# and OpenTK / OpenGL

Language:C#License:NOASSERTIONStargazers:0Issues:0Issues:0