Metadata-Version: 2.1
Name: python-pycg
Version: 0.1.0
Summary: PyCG: Toolbox for CG-related visualizations and computations
Home-page: https://github.com/heiwang1997/pycg
Author: Jiahui Huang
Author-email: huangjh.work@outlook.com
Keywords: pycg,graphics,3d,visualization
Classifier: Operating System :: Unix
Classifier: Topic :: Multimedia :: Graphics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# PyCG: Toolbox for CG-related visualizations and computations

I'm writing the document of this. Please do not use it unless you are someone internal.

## Install

Clone this repository and install it via:
```shell
git clone --recursive https://github.com/heiwang1997/pycg
python setup.py develop
```

### Bonus

A customized compilation of Open3D will give you better experience including multi-window camera/light synchronization, animation maker and visualizer, scalar analyzer, and many more. Please compile and install my Open3D:

```
git clone --recursive https://github.com/heiwang1997/Open3D
python setup.py install
```

