marching-squares
There are 69 repositories under marching-squares topic.
Habrador/Computational-geometry
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc
JustinSDK/dotSCAD
Reduce the burden of mathematics when playing OpenSCAD
azrafe7/hxGeomAlgo
Small collection of computational geometry algorithms in Haxe.
volfegan/GeometricAlgorithms
Geometric Algorithms implemented for Java Processing v3
mthh/contour-rs
Contour polygon creation in Rust (using marching squares algorithm)
Tastyep/HitboxBuilder-2D
Building hitboxes has never been easier
consequencesunintended/SPH-Fluid-Simulation
A multi-threaded particle-based solver, Smoothed-Particle Hydrodynamics, for the Navier-Stokes equation
missing-user/marching_squares
A marching squares implementation in JS and an explanation website to go along with it
Flokey82/go_gens
Various small attempts at procedural generation, AI, simulation and whatnot.
Lucaffo/marching-squares
Marching Squares algorithm with noise generator and compute shader.
danieledapo/marching_squares
marching squares implementation in rust
Magoninho/marching-squares
Marching squares (2D version of marching cubes) in C++
brewin/gdal_contourf
A tool to generate filled contours from rasters.
fewlinesofcode/MarchingSquares
Swift implementation of Metaballs using Marching Squares technique
ibkoun/Marching-Squares
Algorithm for generating contours in 2D.
tucuxi/metaballs
Metaballs in Go
valenpe7/scientific_visualization
collection of methods for scattered data interpolation, colormaps and iso-contours calculation, export to .kml (Google Earth))
UltimateDoge5/Metaballs
TypeScript implementation of metaballs, organic-like shapes, using canvas api.
marceline-tavernier/marching-squares
The coding train cabana #5 : Marching squares
teriyake/nonplace
maps for places that may or may not exist
Dot32Dev/marching_squares
Marching squares implemented in Bevy, with a mesh that updates every frame
0-harshit-0/marching-squares
cave and game map generation using marching square and perlin noise
AmishRanpariya/procedural_cave
Procedural cave generation using marching squares.
MLJ96/MARSBox--Augmented-Reality-Sandbox
Augmented Reality Sandbox
NathanaelMangold/Godot-Marching-Squares
An implementation of the Marching Squares Algorithm in Godot.
puripant/marching-map
Map simplified by uniform sampling and marching squares. The result should look geometric with only vertical, horizontal, and 45-degree (and 135-degree) lines.
Yavd3341/marching-squares-generator
Simple image generator based on marching squares algorithm
ympons/scala-contour
Marching Squares (Isolines) in Scala
djrecipe/Gengle
A C++ implementation of OpenGL with Marching Cubes procedural generation example
guidodinello/Tratamiento-de-Imagenes-por-Computadora
Assignments and projects made while taking the Course Computer Image Processing. Featuring several image processing strategies and algorithms like Contour Plots with Marching Squares, Histogram Matching, Blurring, Denoising, Kernels, Filters, PSF, MTF, Template Matching, Interpolation, Segmentation, Hough Lineal Transform and more.
NathanFlurry/WWDC-17-Scholarship
Scholarship submission for WWDC '17.
OlaPietka/Marching-Squares-Visualization
Implementation of Marching Squares algorithm to draw 2D contour lines, and apply a colormap and interpolation function., and visualize it by generating an interactive visualization
S-c-r-a-t-c-h-y/marching_squares
Marching squares in OCaml
sumqwerty/Marching-Square-Live-Feed
Marching Square algorithm used for rendering a camera live feed.
Timmoth/MarchingSquares
Typescript visualization of the Marching Squares algorithm
smallsaucepan/marching-squares
A TypeScript implementation of the marching squares algorithm featuring isoline and isoband computation