Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fieldanimation

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fieldanimation

FieldAnimation: animate 2D vector fields

  • 0.1.3a0
  • PyPI
  • Socket score

Maintainers
2

FIELDANIMATION

FIELDANIMATION a Python package to animate 2D vector fields.

What is it?

Field Animation is a Python package for the visualization of 2D vector fields that exploits the capabilities of modern graphic cards. Vector fields are represented through particles that move along the flow lines of the field at a speed and color proportional to its modulus in an OpenGL window.

Interactive control of speed, color and number of animated particles is possible as the whole rendering process happens in the GPU in real time. A background image can be shown to add information for the interpretation of the results.

Highlights:

  • Animation parameters can be changed in real time

  • The OpenGL window can be embedded in any Python application.

Field Animation was published on SoftwareX, Volume 9, January–June 2019, Pages 211-216.

Where is the documentation?

Here!

How can I see it in action?

Field Animation comes with an example application. Run it with:

python3 -m fieldanimation.examples.app -g

NOTE:

This application example uses Pillow, imgui and glfw so please install these packages to run it:

pip3 install pillow imgui glfw

Who do I talk to?

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc