@hackage / hgg-3d

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

Latest0.1.0.0

About

Metadata

  • Last updated , by frenzieddoll
  • License BSD-3-Clause
  • Categories Graphics
  • Maintained by: frenzieddoll@gmail.com

  • Lottery factor: 1

Links

Installation

Readme

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.