Skip to main content

rendering 2D and 3D Meshes with manim for displaying and educational Purposes.

Project description

Python Test and Lint CodeQL

Manim for Meshes

⚠️ not fully optimal - but fine for smaller meshes

Manim and the OpenGL renderer are not really friends right now, therefore most of the code runs terribly slow for larger meshes. In Addition to the small educational meshes we present a faster mesh that uses a custom shader but this requires manipulating the manim library.

Stay tuned or feel free to assist. Either here or directly in the manim OpenGL part. Not necessarily everything is a Bézier curve...

Manim-Trimeshes implements manim functionalities for different types of meshes using either basic node-face data structures or by importing meshes from the python trimesh library.

It is mainly developed as a Project for Interactive Graphics Systems Group (GRIS) at TU Darmstadt University, but is made publicly available for everyone interested in rendering and animating meshes.

Installation

Manim-meshes has been published to pypi and therefore can be easily installed using:

pip install manim-meshes

Usage

from manim_meshes import *

While executing a commandline manim script, make sure to set the --renderer=opengl flag, the Cairo renderer will ins most cases not work.

The basic ManimMesh and Manim2DMesh from manim_models/basic_mesh can currently only be used for smaller meshes (<1k Nodes), because it is dependent on the manim internal shaders which are not really implemented optimally. This type of mesh can be easily used for 2D and smaller 3D explanatory videos, not for high resolution rendering. Both these classes should give manim-functionalities like shift, rotate and scale. But due to the sheer amount of MObject functions we can not implement all of them, so make sure the renderer has overwritten the method you are trying to use if something does not look right.

The TriangleManim2DMesh from triangle_mesh implements further functions that are only reasonable for two-dimensional triangle meshes. (e.g. Delaunay) This was designed for educational purposes. There is also a package delaunay containing multiple useful functions regarding delaunay triangulations, e.g. Voronoi diagrams, checking the delaunay criterion or a divide & conquer algorithm.

The more advanced FastManimMesh from opengl_mesh uses a custom shader which needs to be inserted into the base manim implementation at this time! But therefore it can render enormous meshes fast. Sadly rendering is kind of everything this renderer is capable of at the moment.

All these Mesh-Renders reference a mesh based on the Mesh-Class, in data_models, which should implement a multitude of basic Mesh-functions.

Example

Static image of a cone, to show the rendering capabilities

With active poetry venv Run one of the minimal test examples: manim --renderer=opengl tests/test_scene.py ConeScene.

Multiple other examples can be found in the tests/test_scene.py file.

see the PyramidScene for basic manim mesh uses

The general procedure is like in manim, create a class with a construct method. Then create and add the instance of the renderable mesh you like to use. This mesh will receive the real node-face mesh and manipulate it. You can shift (translate) and scale the whole mesh or single vertices. Additionally most of the manim functions are available as coloring single objects. Somehow Rotate does not work, because it only updates the copy of the rotation and therefore our own mesh class does not get updated.

Parameters

As parameters got a little overwhelming, there are a few default parameters for the meshes in params.py. You just need to pass kwargs that you want to change while creating the mesh.

Development

In PyCharm set ./src/-folder as project sources root and ./tests/-folder as tests sources root if necessary.

Install poetry according to your likings.

Activate the poetry venv: cd ./manim_meshes/, then poetry shell

Install: poetry install If you get errors, it is possible that you have to pip install pycairo and or manimpango manually (globally?), depending on your setup. Make sure to run poetry install until there are no more errors!

After updating packages make sure to update poetry and your git .lock file: poetry update

If you implemented some features, update version using the matching poetry command: poetry version prerelease|patch|minor|major See the Poetry Documentation. If the CI works properly, Publishing to pypi on master branch is automatically, it can be done manually with the correct privileges: poetry publish --build. Don't hesitate to contact any of the developers or open issues.

Debugging

Like with basic manim, create an executable Python file with something around:

from tests.test_scene import SnapToGridScene
if __name__ == "__main__":
    scene = SnapToGridScene()
    scene.render()

Then debug the file and place breakpoints as expected. May not work with the "renderer=opengl" flag that is necessary for some scripts. Please update this example if you found out how to do it.

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

manim-meshes-0.0.8.tar.gz (1.8 MB view details)

Uploaded Source

Built Distribution

manim_meshes-0.0.8-py3-none-any.whl (1.8 MB view details)

Uploaded Python 3

File details

Details for the file manim-meshes-0.0.8.tar.gz.

File metadata

  • Download URL: manim-meshes-0.0.8.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.8.18 Linux/5.15.0-87-generic

File hashes

Hashes for manim-meshes-0.0.8.tar.gz
Algorithm Hash digest
SHA256 a28332fc152eb7f411549d97d2ae90957fcc3283988ff1996311f7fbbe9570b0
MD5 cda740e85b4764888b0a0dc1a79ce1d1
BLAKE2b-256 a43b6b8490cfbbca228d75922b108c8674a184b403b3b641180d70971f555d94

See more details on using hashes here.

File details

Details for the file manim_meshes-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: manim_meshes-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.8.18 Linux/5.15.0-87-generic

File hashes

Hashes for manim_meshes-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 4d2c6f58dfc7d2e718b82574064f3b47e0c16d90410d28096f176ad447ba57fd
MD5 b55bb913392429b7c44b46a66561da02
BLAKE2b-256 14d9b20cd2be9ea7f6fc6d678359d815c42c09192db5a75482a0a104c80621d4

See more details on using hashes here.

Supported by

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