mesh_maze
Maze generator
A tool to generate mazes within 3D meshes using a recursive back tracker algorithm
Blender add-on to generate a maze on any mesh
192 stars
16 watching
31 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
stevejackson/mazery | A tool for generating and visualizing mazes in real-time | 25 |
whuop/mazegen | A collection of algorithms for generating complex networks with interconnected paths | 2 |
meshpro/meshzoo | A tool for generating meshes of simple geometric shapes for finite element methods | 325 |
jaredly/reason-maze | A tool for generating mazes using a specific algorithm | 39 |
mjrlowe/maze_generator | A JavaScript module for generating mazes | 38 |
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 |
jamis/csmazes | An animation-based library demonstrating various maze generation algorithms | 393 |
karimnaaji/aobaker | A tool that generates texture coordinates and ambient occlusion maps from 3D meshes. | 7 |
thekla/thekla_atlas | A tool for generating 3D mesh atlases with automated segmentation, surface parameterization, and packing | 458 |
seblague/marching-cubes | An implementation of the Marching Cubes algorithm in Unity using C# to generate 3D mesh representations from volumetric data | 1,033 |
yuweihao/kern | An open-source implementation of a graph neural network architecture for scene graph generation in computer vision | 120 |
threedle/text2mesh | Generates 3D meshes based on text inputs using neural networks and differentiable rendering | 926 |
fogleman/sdf | A Python library for generating 3D meshes based on Signed Distance Functions (SDFs) and saving them in various formats. | 1,611 |
ollieboyne/blendersynth | A Python library for generating synthetic 3D datasets using Blender with custom features for rich per-pixel information and multiview rendering. | 63 |