awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
2D Graphics Engines · Awesome GitHub Repositories

1 repo

Awesome GitHub Repositories2D Graphics Engines

Systems for rendering 2D graphics and canvas elements.

Distinguishing note: Focuses on thread-based paint operations for 2D canvas.

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

  1. Home
  2. Graphics & Multimedia
  3. 2D Graphics Engines

Awesome 2D Graphics 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.
  • servo/servo

    servo/servo

    35,505View on GitHub↗

    Servo is a high-performance, memory-safe web rendering engine designed for cross-platform embedding. It provides a modular framework that allows developers to integrate web content rendering into native applications across desktop, mobile, and embedded systems. By enforcing strict process isolation and memory safety, the engine creates a secure execution environment for processing web content. The engine distinguishes itself through a task-based, parallelized architecture that decouples layout, style, and rendering processes to maximize responsiveness. It utilizes a hardware-abstracted graphi

    Renders 2D graphics by managing canvas state and delegating paint operations to a dedicated thread.

    Rustbrowserrustservo
    35,505View on GitHub↗