-
Notifications
You must be signed in to change notification settings - Fork 329
Description
https://redhog.github.io/gladly/
GLadly combines WebGL rendering (via regl) with D3.js for interactive axes and zoom controls. It features a declarative API that lets you create high-performance plots with minimal boilerplate.
Key Features:
🚀 GPU-accelerated rendering using WebGL
💨 Zero JavaScript loops over data - all processing in GPU shaders
📊 Declarative plot configuration
🎯 Interactive multi-axis support (up to 4 axes)
🔍 Zoom and pan interactions
🧩 Extensible layer type registry
📏 Quantity and unit-aware axis management
🎨 Supports all standard colorscales
🔗 Subplot axis linking
🌈 Axis to coloring or filtering linking
🌎 Basemap layer with XYZ,WMS and WMTS support and CRS reprojection
GLadly is meant for building configurable interactive plot components inside scientific applications (as opposed to one off plots).