Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 745 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 745 Bytes

b3Dv

This package is meant to easily plot functions over 3D surfaces and point clouds. It is built on top of the Blender Python API.

Installation

The project is still in early alpha develpment and is not yet available on PyPI. It is however available on the test PyPI repository. To install it, run the following command:

python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps b3Dv

The installation of dependencies might be necessary. The following command will install the necessary dependencies:

python3 -m pip install numpy open3d bpy

Usage

main.py is a simple example of how to use the package. More documentation is coming soon.