generator
Geometry generator
A C++ library that generates procedural geometric meshes of primitives such as spheres and cylinders.
A procedural geometry generation library for C++11
214 stars
10 watching
26 forks
Language: C++
last commit: about 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
jamis/csmazes | An animation-based library demonstrating various maze generation algorithms | 392 |
lukasbanana/geometronlib | A C++ geometry library providing primitive data types and tools for generating 2D/3D meshes. | 93 |
karimnaaji/aobaker | A tool that generates texture coordinates and ambient occlusion maps from 3D meshes. | 7 |
juj/mathgeolib | A C++ library for linear algebra and geometry manipulation used in computer graphics | 694 |
jpcy/xatlas | A C++ library for generating unique texture coordinates from meshes | 2,106 |
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 |
meshpro/meshzoo | A collection of pre-defined meshes for various domains | 327 |
rlguy/fantasymapgenerator | Generates fantasy maps with procedural techniques based on Martin O'Leary's notes | 703 |
interactivecomputergraphics/discregrid | A C++ library for generating discrete functions on regular grids for applications such as collision detection and signed distance fields | 293 |
ciaron/hpglgraphics | A Java library for generating HPGL files from Processing sketches | 19 |
meshpro/pygalmesh | Provides a Python interface to CGAL's meshing tools for generating high-quality meshes from 2D and 3D constraints and shapes. | 602 |
thekla/thekla_atlas | A tool for generating 3D mesh atlases with automated segmentation, surface parameterization, and packing | 463 |
jcbecker/termproject | A terrain generator that produces pseudo-infinite 3D landscapes with distinct biomes and adjustable parameters | 15 |
whuop/mazegen | A collection of algorithms for generating complex networks with interconnected paths | 2 |
geometrycollective/fieldgen | Generates tangent direction fields on triangle meshes for computer graphics and geometry processing tasks | 163 |