UnityLibrary VS delaunator-sharp

Compare UnityLibrary vs delaunator-sharp and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
UnityLibrary delaunator-sharp
1 4
3,549 360
2.6% -
4.2 3.9
5 months ago 5 months ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

UnityLibrary

Posts with mentions or reviews of UnityLibrary. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning UnityLibrary yet.
Tracking mentions began in Dec 2020.

delaunator-sharp

Posts with mentions or reviews of delaunator-sharp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-05.
  • Using Voronoi polygons for simplified continent generation
    3 projects | /r/proceduralgeneration | 5 May 2023
    Well, the easiest option would probably be to use a different Delaunay/Voronoi library. Delaunator (C# bindings here) should be a pretty good option: it's fast, and there's a good explanation of how to use the data structures it generates. There is some weirdness with how points at the edge of the domain work that you may have to work around, but that will probably be easier than trying to modify another algorithm or write your own. I know I've struggled to implement the algorithms for calculating Voronoi diagrams/Delaunay triangulations, even though I feel like I have a decent high-level understanding of how Fortune's algorithm is supposed to work.
  • How do they code Denaulay triangulation in Unity?
    2 projects | /r/howdidtheycodeit | 21 Dec 2020
    If you click around you see his project links to a JavaScript implementation of delaunay triangulation, which in turn links to a c# implementation: https://github.com/nol1fe/delaunator-sharp
    2 projects | /r/howdidtheycodeit | 21 Dec 2020
    Unless you really want to learn the details of the triangulation algorithm, I recommend to just use a open source implementation in C#. Here's one that works fine with Unity: https://github.com/nol1fe/delaunator-sharp

What are some alternatives?

When comparing UnityLibrary and delaunator-sharp you can also consider the following projects:

libplanet - Blockchain in C#/.NET for on-chain, decentralized gaming

UniTask - Provides an efficient allocation free async/await integration for Unity.

com.unity.netcode.gameobjects - Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.

unity-ui-manager - :ticket: A Simple UI Manager for rapid prototyping and ease of collaboration

UnityOctree - A dynamic, loose octree implementation for Unity written in C#

unity-aseprite-importer - An aseprite-file importer for unity written in C#, built upon the experimental AssetImporter API

discord-rpc-csharp - C# custom implementation for Discord Rich Presence. Not deprecated and still available!

Unity-Lua - A wrapper around MoonSharp that allows easy development of moddable Unity games

Unity-Gyroscope-Parallax - Unity Parallax based on gyroscope components.

Harmony - A library for patching, replacing and decorating .NET and Mono methods during runtime

UnityLive2DExtractor - Unity Live2D Cubism 3 Extractor