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
412 forks
Language: C++
last commit: about 2 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 | 291 |
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,278 |
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,751 |
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. | 667 |
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 | Generates procedural terrain with distinct biomes and smooth borders using Perlin noise | 15 |
fogleman/sdf | A Python library for generating 3D meshes based on Signed Distance Functions (SDFs) and saving them in various formats. | 1,611 |
stegu/psrdnoise | Tiling simplex flow noise generation for graphics and simulations | 244 |
keijiro/sdfvfxsamples | Unity samples showcasing SDF-based visual effects with the VFX Graph tool | 871 |
tdewolff/canvas | A comprehensive vector graphics library that supports path manipulation and rendering in various formats. | 1,508 |