iShapeUnity / Triangulation
Complex polygon triangulation. A fast O(n*log(n)) algorithm based on "Triangulation of monotone polygons". The result can be represented as a Delaunay triangulation.
☆25Updated 7 months ago
Alternatives and similar repositories for Triangulation:
Users that are interested in Triangulation are comparing it to the libraries listed below
- 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 c…☆52Updated 3 years ago
- Infinite terrain generation using Transvoxel and Marching Cubes in Unity.☆46Updated last year
- Voronoi mesh generator☆85Updated 2 years ago
- Allow to render Markdown in the Unity Editor using UIToolkit☆22Updated 5 months ago
- Burst friendly (special) native collections for Unity☆76Updated last year
- A Unity package for splitting meshes at runtime.☆82Updated 3 months ago
- Real-time mesh cutting in Unity using projection, "Ear Clipping", UV interpolation, and decal application.☆32Updated last year
- Library for generating sharp shadow volumes in Unity3D.☆54Updated 3 years ago
- Collection of various Unity Utility classes/functions☆33Updated last year
- Runtime line drawing utility for Unity☆56Updated 3 months ago
- DbgDraw is an API that provides the ability to render various 2D and 3D shapes for visual debugging purposes.☆92Updated 6 months ago
- A supplementary SIMD math library to Unity.Mathematics, extending it to all C# numeric types while adding many new types and functions. W…☆118Updated 3 months ago
- My implementation of the Delaunay triangulation with constrained edges, according to Sloan's papers☆67Updated last year
- An Extension Library for Unity.Mathematics - Extension Methods, New Syntax, Optimized Functions, and more !☆86Updated 4 months ago
- All the ways to efficiently render 1 Million cubes in Unity3d (I could think of).☆56Updated 5 years ago
- The project contents contain the code necessary to calculate tension data on inside Unity Shaders. It also contains some other tools like…☆73Updated last year
- Extending DOTS☆60Updated 4 years ago
- Runtime NavMesh dynamic building for Unity Entities.☆58Updated last year
- Implementation of generic spatial partitioning algorithm (Quadtree) for Unity.☆34Updated 4 years ago
- The Unity BRG Container☆73Updated 6 months ago
- Dynamic Sky Sphere System☆67Updated 6 years ago
- A simple tool for drawing anti-aliased lines in Unity, similar to Handles.DrawAAPolyLine but not a gizmo.☆59Updated 3 years ago
- Evaluate signed-distance-fields with speed using Unity Jobs and Burst☆102Updated 2 years ago
- https://blast-script.com/☆29Updated 2 years ago
- An alternative to Unity's built-in mesh combiner. Built for Kitbashery. Combiner welds vertices and packs UVs.☆28Updated 2 years ago
- A periodical texturing in Unity☆68Updated 2 years ago
- An easy to extend version of Unity's default lit URP shader based on some simple macros.☆23Updated 2 months ago
- Implementation of an atmospheric scattering example found on ShaderToy, ported to URP and made to work with baked optical depth. Inspired…☆53Updated last year
- Template repository for creating Unity game engine packages☆51Updated last year
- Spatial hashing for Unity using ECS/DOTS☆52Updated last year