1 مستودع
Mechanisms for decoupling high-level drawing logic from specific graphics API implementations.
Distinct from Graphics API Integrations: Distinct from Graphics API Integrations by focusing on the architectural decoupling layer rather than just initializing a specific API context.
Explore 1 awesome GitHub repository matching graphics & multimedia · Backend Integration Layers. Refine with filters or upvote what's useful.
This C++ data visualization library is a scientific plotting framework used to create 2D and 3D charts, network graphs, and geographic maps. It operates as a multi-backend graphics library, decoupling high-level plotting logic from low-level rendering engines to support various output backends. The project distinguishes itself with a dual-interface API, providing both a global functional interface for rapid prototyping and an object-oriented interface for precise control. It features a component-based layout engine for managing tiled grids and subplots, alongside a layered plot state that all
Decouples high-level plotting logic from low-level rendering engines to support various output backends.