diffvg
Rasterizer
A differentiable rasterizer for 2D vector graphics.
Differentiable Vector Graphics Rasterization
967 stars
20 watching
160 forks
Language: Python
last commit: 4 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. | 110 |
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 | 945 |
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. | 522 |
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 | 805 |
corteva/geocube | Converts geopandas vector data into rasterized xarray data | 344 |
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. | 350 |
rafaqz/rasters.jl | A Julia package providing common types and methods for reading, writing, and manipulating rasterized spatial data. | 217 |
twinside/rasterific | A Haskell-based drawing engine for vector graphics rendering. | 141 |
sonarsonic/drawingbotv3 | A software that converts images into vector art using algorithms and styles | 367 |
macnelly/quad-svg | A tool that renders SVGs to Texture2D objects in Rust-based game engines | 4 |