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

GitHub

213 stars
10 watching
26 forks
Language: C++
last commit: almost 2 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jamis/csmazes An animation-based library demonstrating various maze generation algorithms 393
lukasbanana/geometronlib A C++ geometry library providing primitive data types and tools for generating 2D/3D meshes. 91
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 693
jpcy/xatlas A C++ library for generating unique texture coordinates from meshes 2,093
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 Generates meshes for simple domains with a focus on speed and structural simplicity 326
rlguy/fantasymapgenerator Generates fantasy maps with procedural techniques based on Martin O'Leary's notes 701
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. 599
thekla/thekla_atlas A tool for generating 3D mesh atlases with automated segmentation, surface parameterization, and packing 461
jcbecker/termproject Generates pseudo-infinite terrain with distinct biomes using Perlin noise algorithm 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