msdfgen
Texture generator
A utility for generating texture representations of vector shapes and font glyphs using signed distance fields.
Multi-channel signed distance field generator
4k stars
98 watching
419 forks
Language: C++
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
interactivecomputergraphics/discregrid | A C++ library for generating discrete functions on regular grids for applications such as collision detection and signed distance fields | 293 |
andrewwillmott/distance-occlusion | A library of algorithms and tools for generating distance fields and occlusion data in 2D and 3D spaces. | 111 |
zalo/mathutilities | A collection of reusable math and physics utilities for Unity development | 4,438 |
jinleili/sdf-text-view | Real-time rendering of math content using signed distance fields (SDF) on WebGPU | 62 |
maltaisn/msdf-gdx | Provides utilities to draw MSDF text on LibGDX using lightweight and flexible font rendering | 34 |
openmvg/openmvg | Provides an end-to-end framework for 3D reconstruction from images | 5,787 |
geometrycollective/fieldgen | Generates tangent direction fields on triangle meshes for computer graphics and geometry processing tasks | 163 |
cedricguillemet/sdf | A collection of resources related to Signed Distance Field (SDF), including papers, links, discussions, and tools. | 670 |
xerographer/multicoloure-font | A color font project that generates a custom typeface from SVG data and bundles it as an OpenType font file. | 18 |
alexlocher/hpmvs | Generates dense 3D surface patches from sparse 3D models using progressive multiview stereo | 92 |
jcbecker/termproject | A terrain generator that produces pseudo-infinite 3D landscapes with distinct biomes and adjustable parameters | 15 |
fogleman/sdf | A Python library for generating 3D meshes based on Signed Distance Functions (SDFs) and saving them in various formats. | 1,623 |
stegu/psrdnoise | Tiling simplex flow noise generation for graphics and simulations | 253 |
keijiro/sdfvfxsamples | Unity samples showcasing SDF-based visual effects with the VFX Graph tool | 875 |
tdewolff/canvas | A comprehensive vector graphics library that supports path manipulation and rendering in various formats. | 1,524 |