Pinned Repositories
Align_GameView-SceneView_Unity
A very simple yet useful script to align Unity's Main Camera with the Scene View programmatically, in Real Time
ComputeSharp
A .NET library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
Ear-Clipping-Triangulation-Job
Implementation of the Triangulation by Ear Clipping algorithm inside the Unity Job System
EarClipping
Real-time mesh cutting in Unity using projection, "Ear Clipping", UV interpolation, and decal application.
GammaSpec
KDTree
Fast KDTree for Unity, with thread-safe querying.
MapOfPhysics
A visual representation of physical equations and their variables, showcasing their interrelationships using an interactive force-directed dependency graph.
unity-quickhull
An implementation in Unity of the Quickhull algorithm for generating 3D convex hulls
FaffyWaffles's Repositories
FaffyWaffles/Align_GameView-SceneView_Unity
A very simple yet useful script to align Unity's Main Camera with the Scene View programmatically, in Real Time
FaffyWaffles/unity-quickhull
An implementation in Unity of the Quickhull algorithm for generating 3D convex hulls
FaffyWaffles/ComputeSharp
A .NET library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
FaffyWaffles/Ear-Clipping-Triangulation-Job
Implementation of the Triangulation by Ear Clipping algorithm inside the Unity Job System
FaffyWaffles/EarClipping
Real-time mesh cutting in Unity using projection, "Ear Clipping", UV interpolation, and decal application.
FaffyWaffles/KDTree
Fast KDTree for Unity, with thread-safe querying.
FaffyWaffles/manim
Animation engine for explanatory math videos
FaffyWaffles/MarkerMetro.Unity.Poly2Tri
Port of Poly2Tri Unity Plugin
FaffyWaffles/mesh_to_sdf
Calculate signed distance fields for arbitrary meshes
FaffyWaffles/MeshSlicingRunTime
FaffyWaffles/SDFr
a signed distance field baker for Unity
FaffyWaffles/unity-delaunay
A Delaunay/Voronoi library for Unity, and a simple destruction effect
FaffyWaffles/Unity-Skinned-Mesh-Dynamic-Bounds-Box-Collider
FaffyWaffles/unity-subdivision-surface
Loop subdivision surface algorithm implementation in Unity.
FaffyWaffles/UnitySkinnedMeshSlicer_3A
Concise basic functions for slice skinned mesh in Unity3D; Accurately, Alternately, Asynchronously ; )