pymartini
Mesh generator
Generates terrain meshes from heightmaps using a fast Cython implementation
A Cython port of Martini for fast RTIN terrain mesh generation
89 stars
9 watching
8 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
cythonelevationheightmapmapboxmartinimeshmesh-generationnumpyterrain
Related projects:
Repository | Description | Stars |
---|---|---|
kylebarron/pydelatin | Generates 3D terrain meshes from input data using a C-based algorithm | 68 |
jcbecker/termproject | Generates procedural terrain with distinct biomes and smooth borders using Perlin noise | 15 |
meshpro/dmsh | A Python library for generating high-quality 2D meshes | 210 |
meshpro/pygalmesh | Provides a Python interface to CGAL's meshing tools for generating high-quality meshes from 2D and 3D constraints and shapes. | 598 |
psichix/density-mesh | A crate that generates 2D meshes from images representing density/height maps. | 78 |
threedle/text2mesh | Generates 3D meshes based on text inputs using neural networks and differentiable rendering | 926 |
chlnddev/oceanmesh | Generates unstructured triangular meshes from geophysical data to simulate coastal ocean circulation | 54 |
jaysmito101/terraforge3d | A powerful tool for generating and texturing 3D terrains using procedural techniques. | 973 |
fogleman/hmm | Tools for converting grayscale heightmap images into 3D meshes | 577 |
kartograph/kartograph.py | Generates SVG maps from ESRI shapefiles | 1,004 |
snowapril/procedural-terrain-estimator | A software tool for generating and editing 3D terrain using procedural noise functions and algorithms | 39 |
phoenixzz/voronoimapgen | Generates random island maps with Voronoi diagrams and procedural features to create terrain and ecosystems. | 17 |
ionureche/3d-terrain-generator | An application that generates 3D terrain using procedural algorithms and allows control over its shape and binding to a Bezier surface. | 2 |
maxorange/pix2vox | This project enables the generation of 3D voxel models from 2D sketches using stacked generative adversarial networks. | 243 |
zielak/autoterraingen | A tool to generate terrains for Tiled editors by combining multiple tilesets into one terrain. | 15 |