awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Raster Rendering Engines · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesRaster Rendering Engines

Tools for drawing pixel-based graphics and animation frames onto canvas elements.

Distinguishing note: Focuses on pixel-based canvas drawing rather than vector-based DOM manipulation.

Explore 1 awesome GitHub repository matching graphics & multimedia · Raster Rendering Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Graphics & Multimedia
  3. Raster Rendering Engines

Awesome Raster Rendering Engines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • airbnb/lottie-web

    airbnb/lottie-web

    31,695View on GitHub↗

    This project is a cross-platform animation engine and vector animation player designed to render complex motion graphics within web browsers. It functions as a declarative motion framework, allowing developers to decouple visual design from application logic by using structured data files to define sophisticated animations. The library distinguishes itself by offering multiple rendering paths, including native support for vector graphics through the browser document object model and raster-based drawing via canvas elements. It utilizes a dedicated property interpolation engine to calculate ke

    Draws animation frames directly onto an HTML canvas element by iterating through property interpolations.

    JavaScript
    31,695View on GitHub↗