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.
291 stars
19 watching
63 forks
Language: C++
last commit: about 1 year ago
Linked from 1 awesome list
collision-detectiondiscretizationsigned-distance-fields
Related projects:
Repository | Description | Stars |
---|---|---|
jcbecker/termproject | Generates procedural terrain with distinct biomes and smooth borders using Perlin noise | 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 | 225 |
gridbugs/wfc | A collection of Rust libraries implementing a procedural generation algorithm. | 146 |
sketchpunklabs/irregular_grid | A tool for generating and manipulating irregular grid structures in 3D graphics using procedural techniques. | 42 |
chunelfeng/cgraph | A C++ framework for building directed acyclic graph-based parallel computations with dependency and scheduling management | 1,779 |
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 | 579 |
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. | 212 |
gridtools/gt4py | A Python library that generates high-performance stencil kernels for weather and climate modeling from a domain-specific language. | 112 |