Metadata-Version: 2.1
Name: hakowan
Version: 0.2.2
Summary: Hakowan: A 3D data visualization grammer 
Author-email: Qingnan Zhou <qnzhou@gmail.com>, Zhicheng Liu <leozcliu@umd.edu>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: mitsuba>=3.4
Requires-Dist: numpy>=1.21
Requires-Dist: lagrange-open>=6.16.0

# Hakowan
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](https://opensource.adobe.com/lagrange-docs/) and
[Mitsuba](https://www.mitsuba-renderer.org/) to provide geometry processing and rendering
capabilities. Both Hakowan and its dependencies can be simply installed via pip:

```sh
pip install hakowan
```

## Documentation

[HTML](https://qnzhou.github.io/hakowan/)

## About

Hakowan is devaloped and maintained by Qingnan Zhou and Zhicheng Liu.

```bibtex
@software{zhou2023hakowan,
    title = {Hakowan: A 3D Data Visualization Grammar},
    author = {Qingnan Zhou and Zhicheng Liu}
    version = {0.1.0},
    year = 2023,
}
```


