Discregrid
Grid generator
A C++ library for generating discrete functions on regular grids for applications such as collision detection and signed distance fields
A static C++ library for the generation of discrete functions on a box-shaped domain. This is especially suited for the discretization of signed distance fields.
293 stars
19 watching
63 forks
Language: C++
last commit: over 1 year ago
Linked from 1 awesome list
collision-detectiondiscretizationsigned-distance-fields
Related projects:
Repository | Description | Stars |
---|---|---|
jcbecker/termproject | A terrain generator that produces pseudo-infinite 3D landscapes with distinct biomes and adjustable parameters | 15 |
dftlibs/numgrid | Generates numerical integration grids for molecules based on atom coordinates and basis set information. | 47 |
geometrycollective/fieldgen | Generates tangent direction fields on triangle meshes for computer graphics and geometry processing tasks | 163 |
cesaraustralia/dynamicgrids.jl | A framework for building high-performance grid-based spatial simulations | 226 |
gridbugs/wfc | A collection of Rust libraries implementing a procedural generation algorithm. | 148 |
sketchpunklabs/irregular_grid | A tool for generating and manipulating irregular grid structures in 3D graphics using procedural techniques. | 45 |
chunelfeng/cgraph | A cross-platform framework for building and executing directed acyclic graphs (DAGs) in C++. | 1,815 |
cloudorc/solidui | A platform that enables users to generate 2D and 3D graphics from text descriptions using a combination of natural language processing and computer graphics | 589 |
fogleman/dlaf | Diffusion-limited aggregation algorithm implemented in C++ for generating random point clouds | 188 |
sentientdesigns/constructive | An algorithmic system for generating artificial dungeons and levels | 15 |
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 |
fabien-chouteau/tiled-code-gen | A tool to automate the creation of code from Tiled map data | 3 |
romsson/d3-gridding | A library that provides data-driven grids for rapid D3 chart mockups and layouts. | 104 |
ilmola/generator | A C++ library that generates procedural geometric meshes of primitives such as spheres and cylinders. | 214 |
gridtools/gt4py | A Python library that generates high-performance stencil kernels for weather and climate modeling from a domain-specific language. | 112 |