diffvg
Rasterizer
A differentiable rasterizer for 2D vector graphics.
Differentiable Vector Graphics Rasterization
950 stars
20 watching
158 forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pcwalton/pathfinder | A fast and practical GPU-based rasterizer for fonts and vector graphics. | 109 |
msalib/geo-rasterize | A Rust crate that rasterizes geospatial polygons onto raster images | 39 |
graphdeco-inria/diff-gaussian-rasterization | A Cuda implementation of differential Gaussian rasterization for fast rendering of radiance fields | 906 |
erkaman/sse-avx-rasterization | A source code implementation of triangle rasterization routines accelerated using SIMD instructions | 67 |
baldurk/visor | An experimental software rasterizer implementing the Vulkan graphics API using C++ | 44 |
jdryg/vg-renderer | A vector graphics renderer for bgfx with improved performance and features over NanoVG. | 512 |
dbuenzli/vg | A declarative 2D vector graphics library written in OCaml | 91 |
autonomousvision/differentiable_volumetric_rendering | A system for generating 3D meshes from input images using learned implicit representations | 804 |
corteva/geocube | Converts geopandas vector data into rasterized xarray data | 343 |
arcbrutile/arcbrutile | An open-source project providing a simple and flexible way to generate tile-based art and graphics. | 6 |
sammycage/plutovg | A 2D vector graphics library written in C. | 341 |
rafaqz/rasters.jl | A Julia package providing common types and methods for reading, writing, and manipulating rasterized spatial data. | 214 |
twinside/rasterific | A Haskell-based drawing engine for vector graphics rendering. | 140 |
sonarsonic/drawingbotv3 | A software that converts images into vector art using algorithms and styles | 359 |
macnelly/quad-svg | A tool that renders SVGs to Texture2D objects in Rust-based game engines | 4 |