All Projects → azrafe7 → hxDelaunay

azrafe7 / hxDelaunay

Licence: other
Delaunay triangulations, Voronoi, convex hull and more. Ported to Haxe 3 from https://github.com/sledorze/hxDelaunay (itself a port of the excellent https://github.com/nodename/as3delaunay)

Programming Languages

haxe
709 projects
HTML
75241 projects

Projects that are alternatives of or similar to hxDelaunay

tektosyne
The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.
Stars: ✭ 52 (+73.33%)
Mutual labels:  convex-hull, voronoi
procedural-tileable-shaders
Collection of tileable procedural textures such as: cellular noise, fbm, voronoi, perlin and other.
Stars: ✭ 175 (+483.33%)
Mutual labels:  voronoi
Materialshadows
Material Shadows for android : A library for supporting convex material shadows
Stars: ✭ 2,145 (+7050%)
Mutual labels:  convex-hull
quickhull
Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.
Stars: ✭ 47 (+56.67%)
Mutual labels:  convex-hull
Convex-hull
Convex hull of given 3D points
Stars: ✭ 51 (+70%)
Mutual labels:  convex-hull
ConcaveHull.jl
Julia package for calculating 2D concave/convex hulls
Stars: ✭ 19 (-36.67%)
Mutual labels:  convex-hull
geo
Geospatial primitives and algorithms for Crystal
Stars: ✭ 17 (-43.33%)
Mutual labels:  convex-hull
convhull 3d
A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes
Stars: ✭ 108 (+260%)
Mutual labels:  convex-hull
neper
Polycrystal generation and meshing
Stars: ✭ 111 (+270%)
Mutual labels:  voronoi
GPU-Voronoi-Noise
GPU Voronoi noise in Unity
Stars: ✭ 44 (+46.67%)
Mutual labels:  voronoi
toxicblend.rs
gRPC blender-addon written in Rust
Stars: ✭ 22 (-26.67%)
Mutual labels:  voronoi
VoronoiIsland
🏝: Voronoi Island
Stars: ✭ 15 (-50%)
Mutual labels:  voronoi
voronoi-video
Fragmented HTML5 using the Voronoi diagram
Stars: ✭ 13 (-56.67%)
Mutual labels:  voronoi
pointu
✏️ Pointillisme tool based on Weighted Voronoi Stippling
Stars: ✭ 32 (+6.67%)
Mutual labels:  voronoi
delaunay-triangulation-algorithm
Delaunay Triangulation
Stars: ✭ 25 (-16.67%)
Mutual labels:  voronoi
DelaunayVoronoi
C# implementation of the Bowyer–Watson algorithm for Delaunay triangulation
Stars: ✭ 131 (+336.67%)
Mutual labels:  voronoi
geovoronoi
a package to create and plot Voronoi regions within geographic boundaries
Stars: ✭ 106 (+253.33%)
Mutual labels:  voronoi
FortuneAlgorithm
A C++ implementation of the Fortune's algorithm for Voronoi diagram construction
Stars: ✭ 44 (+46.67%)
Mutual labels:  voronoi

hxDelaunay

Port to Haxe 3 of sledorze/hxDelaunay (itself a port of the excellent nodename/as3delaunay).

click for js demo

click the image above to try the demo in the browser

No external dependencies (demo still needs openfl). Tested on flash/js/cpp/neko.

Features:

See original authors' links for details and licensing (MIT).

Update:

click on image to see the code in action

more screenshots

(well... I've cheated a bit in some of these, but not much ;)

haxelib local use

Currently there is no haxelib, but you can use this git repo as a development directory:

haxelib dev hxdelaunay path/to/folder

or use git directly:

haxelib git hxdelaunay https://github.com/azrafe7/hxDelaunay.git

don't forget to add it to your build file:

-lib hxdelaunay

or for openfl:

<haxelib name="hxdelaunay" />

Check out the openfl example for more information.

Or a simpler js code example. See it in action here: JavaScript example.

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].