@hackage hgg-3d0.2.0.0

3D plot (CPU projection) for hgg; works with all 2D backends

A 3D plotting library for hgg, comparable to matplotlib's mplot3d. CPU-based projection plus the painter's algorithm let the existing hgg 2D backends (SVG PDF Rasterific) render 3D scatter line wireframe / surface plots as-is.

No WebGL required — pure Haskell end to end. Interactive 3D (camera rotation etc.) in web environments is handled by a separate PureScript / WebGL frontend outside this package, connected through the pre-bundled data/webgl-spec.js.