Skip to content
/ b3Dv Public

A package to easily plot functions over 3D surfaces and point clouds.

License

Notifications You must be signed in to change notification settings

ariva00/b3Dv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.