1 repository
Systems capable of outputting the same geometric data to both vector and raster targets.
Distinct from Vector Rasterizers: Distinct from Vector Rasterizers by providing a choice between two target formats rather than just converting one to the other.
Explore 1 awesome GitHub repository matching graphics & multimedia · Hybrid Rendering Pipelines. Refine with filters or upvote what's useful.
Trianglify is an algorithmic background generator and vector art toolkit used to produce pseudo-random geometric patterns and polygonal meshes. It functions as a rendering engine that converts geometric data into either scalable vector graphics or rasterized canvas elements. The system utilizes deterministic pattern generation via seed values to ensure consistent geometric output. It supports customizable color gradients, coordinate grid jittering, and custom geometry definitions to control the placement and shape of the generated meshes. The project covers algorithmic art generation and gen
Provides a dual-target pipeline that can render geometric data as either rasterized canvas pixels or scalable vector graphics.