Metadata-Version: 2.1
Name: py3d
Version: 0.0.36
Summary: py3d is a python 3d computational geometry library, which can deal with points, lines, planes and 3d meshes in batches.
Home-page: https://tumiz.github.io/scenario/
Author: Tumiz
Author-email: hh11698@163.com
License: GPL-3.0 License
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: tornado
Requires-Dist: ipython

*Copyright (c) Tumiz. Distributed under the terms of the GPL-3.0 License.*

**py3d** is a 3d computational geometry library. It is not stable currently. But it is designed to be simple, stable and customizable:

* simple means api will be less than usual and progressive
* stable means it will have less dependeces and modules, and it will be fully tested
* customizable means it will be a libaray rather than an application, it only provide data structures and functions handling basic geometry concepts

For documents, please visit [https://tumiz.github.io/scenario/](https://tumiz.github.io/scenario/)
