delaunator VS Delaunator-GDScript

Compare delaunator vs Delaunator-GDScript and see what are their differences.

delaunator

An incredibly fast JavaScript library for Delaunay triangulation of 2D points (by mapbox)

Delaunator-GDScript

A GDScript port of Delaunator: A fast library for Delaunay triangulation of 2D points. (by hiulit)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
delaunator Delaunator-GDScript
4 2
2,199 79
0.8% -
4.9 0.0
3 months ago 27 days ago
JavaScript GDScript
ISC 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.

delaunator

Posts with mentions or reviews of delaunator. 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.
  • Question about ints used for enums (cast as enum) (4.0.2)
    3 projects | /r/godot | 4 May 2023
  • Visualizing Delaunay Triangulation
    1 project | news.ycombinator.com | 12 Jul 2022
    Great article!

    How does this algorithm compare to others, e.g. sweep algorithms like the one used by delaunator[0]?

    An obvious difference is sweep algorithms sort the points in some way before adding them, is that a key to efficiency gains?

    0: https://github.com/mapbox/delaunator/blob/main/README.md#pap...

  • Diamonds
    1 project | /r/generative | 21 May 2021

Delaunator-GDScript

Posts with mentions or reviews of Delaunator-GDScript. We have used some of these posts to build our list of alternatives and similar projects.
  • How can I get started with terrain generation on Spherical objects?
    1 project | /r/proceduralgeneration | 18 Apr 2022
    Alternatively, if you do want to play with the delaunay/voronoi sphere, I would recommend giving yourself a week to play with delaunay/voronoi on a plane first, using Delaunator-GDScript. It takes some getting used to. I think I spent three weeks on just the geometry (in Delaunator-Javascript) before attempting terrain generation. Then you'll be able to wrap it onto a sphere. The good news is that most of the hard work is getting it working on a plane, and then the sphere is not much more work.
  • Creating a glass destruction transition using Delaunator-GDScript and Godot
    1 project | /r/u_grimofender | 22 Mar 2022
    I whilst searching for how to create destructible objects in Godot, I found Delaunator-GDScript I used it to create the really nice transition shown above. I'll show you how to create it in this. First download Delaunator.gd from the repository and place it in your project folder. Create a new Singleton with a Canvas Layer as it's root node , then add a script to it.

What are some alternatives?

When comparing delaunator and Delaunator-GDScript you can also consider the following projects:

earcut - The fastest and smallest JavaScript polygon triangulation library for your WebGL apps

blog - Life is a moment :notebook_with_decorative_cover:

CavalierContours - 2D polyline library for offsetting, combining, etc.

turf - A modular geospatial engine written in JavaScript and TypeScript

godot-3-demos - Dozens of free and open source demos for the Godot game engine, version 3. Head to the link below for newer demos for Godot 4+

fdir - ⚡ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s

surfacer - AI and pathfinding for 2D-platformers in Godot.

javascript-algorithms - 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

dialogic - 💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!

spine-runtimes - 2D skeletal animation runtimes for Spine.

game-base-2D - A base structure for polished 2D games in Godot 4