Skip to main content

Tool for three-dimensional animations of geometries like FE meshes

Project description

Visualizer-3D

Tool for three-dimensional animations of geometries like FE meshes.

gui

Features

This repository implements a OpenGL-based gui for three-dimensional animations of geometries like FE meshes. It can be used to visualize results, e.g. from transient simulations or to inspect the geometry itself. Moreover, it can be used to export the animations for presentations or publications.

Installation

You can either clone the repository and install the package locally or install it directly from PyPI.

PyPI

pip install visualizer-3d

Local

Clone this repository and install it to your local environment as package using pip:

git clone git@github.com:jkneifl/Visualizer.git
cd Visualizer
pip install -e .

Usage

The base class Visualizer serves as tool for the visualization with its main method animate that can be used to create and export animations of geometries.

from visualizer import Visualizer

coordinates = ...
faces = ...
colors = ...
# create a visualizer object
visualizer = Visualizer()
visualizer.animate(
    coordinates=coordinates,
)

It can animate point clouds, or meshes if the corresponding faces are provided. For a detailed description of the parameters, see the docstring of the animate method.

You can also visualize multiple objects with different colors (specified by rgb values for every coordinate, by a string, or by error_values over an color map) and e.g. as points

random_colors = np.random.rand(*coordinates.shape[0:2])
visualizer.animate([coordinates, coordinates, coordinates],
            faces=[None, faces, faces],
            color=["blue", colors, random_colors],
            shift=True,
            camera_distance=1000,
            )

multiple

In the examples folder, you can find an example script with according data on how to use the Visualizer class.

You can also export the animations as gif or mp4 files. An example is shown below:

arm

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

visualizer_3d-0.3.4.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

visualizer_3d-0.3.4-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

Details for the file visualizer_3d-0.3.4.tar.gz.

File metadata

  • Download URL: visualizer_3d-0.3.4.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for visualizer_3d-0.3.4.tar.gz
Algorithm Hash digest
SHA256 1c71f92a73593617d10b7404438cbc852cc96fd2161e90fe7f5ab7a49bb75cc2
MD5 e954651903f537bb94af1ea910c4cf0e
BLAKE2b-256 ab148ab728d870627c03b8203be111f4e8230ae90f8796745ab1d94a04c7254d

See more details on using hashes here.

File details

Details for the file visualizer_3d-0.3.4-py3-none-any.whl.

File metadata

  • Download URL: visualizer_3d-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 12.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for visualizer_3d-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 db8981aaa1a98b0cfa80adc51e47deadb5329b1388692a8a2b1653c9e0e5b01c
MD5 e706ad67bee6b108e4cfdf56b9f67554
BLAKE2b-256 61d46f5c728d42440e8787b00e16d169db3ce5e38346e31be1122010e7a0212d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page