Skip to main content

Hakowan: A 3D data visualization grammar

Project description

Hakowan

Hakowan teaser

Hakowan is a 3D data visualization grammar. It is inspired by the grammar of graphics, and it is designed for easily creating beautiful 3D visualizations.

Install

Hakowan relies on Lagrange for geometry processing and supports three rendering backends:

Backend Description Extra
WebGL (default) Interactive browser viewer — ships with base install (none)
Mitsuba Photorealistic offline renderer hakowan[mitsuba]
Blender Cycles/EEVEE renderer (requires Python 3.13) hakowan[blender]
# WebGL only (default)
pip install hakowan

# Mitsuba backend
pip install hakowan[mitsuba]

# Blender backend (Python 3.13 required)
pip install hakowan[blender]

# All backends
pip install hakowan[mitsuba,blender]

Note that Hakowan requires Python 3.11 and above (Python 3.13 for the Blender backend).

To check which backends are available in your environment:

import hakowan as hkw
print(hkw.list_backends())

Quick start

The following example renders an interactive HTML viewer using the WebGL backend:

import hakowan as hkw

layer = (
    hkw.layer("mesh.obj")
    .mark(hkw.mark.Surface)
    .channel(material=hkw.material.Diffuse(reflectance="orange"))
)

result = hkw.render(layer, filename="viewer.html", backend="webgl")
# Open viewer.html in any modern browser

Documentation

HTML

@software{hakowan,
    title = {Hakowan: A 3D Data Visualization Grammar},
    version = {0.5.2},
    year = 2026,
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hakowan-0.5.2-py3-none-any.whl (653.9 kB view details)

Uploaded Python 3

File details

Details for the file hakowan-0.5.2-py3-none-any.whl.

File metadata

  • Download URL: hakowan-0.5.2-py3-none-any.whl
  • Upload date:
  • Size: 653.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hakowan-0.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3d2b1891e7372780eb16361adf4985cb90e8399e29acc71c9ac6512b7c651779
MD5 7e55fb98b108fc4161effe51b9e18783
BLAKE2b-256 3e7dc9f3a1869bb32968227bc89d4ffd288660051e0d4166fa45d406c588d5d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hakowan-0.5.2-py3-none-any.whl:

Publisher: deploy.yml on Hakowan/hakowan

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page