‹‹‹ Blog Overview

'bewegung' 0.0.5 released
A versatile video renderer

0.0.5 release of bewegung, a versatile video renderer and pleiszenburg.de open source project. Many small changes in the linear algebra functionality, among other additions.

  • Python
  • Python Package
  • Release
  • animated-gif
  • animation
  • animation-framework
  • compositor
  • h264
  • renderer
  • rendering
  • rendering-engine
  • scientific-visualization
  • video
  • visualization

Synopsis

bewegung is a versatile video renderer, primarily targeting scientific visualizations of large quantities of data. Its core concepts are sequences and layers. Sequences describe a certain time span within a video and can overlap. Each sequence can hold multiple layers. Layers can be generated with cairo, Pillow, datashader, matplotlib and bewegung's internal drawing system DrawingBoard. Final compositing of every video frame and video effects are implemented via Pillow. Video encoding is handled by ffmpeg. bewegung also includes a simple vector algebra system and a "camera" for 3D to 2D projections. bewegung is developed with ease of use, compute time and memory efficiency in mind.

Changes

  • FEATURE: Python 3.9 support.
  • FEATURE: Added draw_bezier method to DrawgingBoard.
  • FEATURE: Matrix can rotate vector arrays.
  • FEATURE: Added operations (add, subtract) between vectors and vector arrays.
  • FEATURE: Vectors and vector arrays expose angles.
  • FEATURE: Matrix chat room for support.
  • FEATURE: Groups.io mailing list for support.
  • FIX: Some text anchors would fail with activated type checking.
  • DOCS: Added project logo.
  • DOCS: Small corrections in various places.

Installation

Installation instructions are available on Github.

Further Information

‹‹‹ Blog Overview