An open API service indexing awesome lists of open source software.

https://github.com/annyman/vfield

vfield is an open-source tool/library for visualizing and manipulating vector fields. It provides intuitive interfaces and efficient algorithms for creating, analyzing, and displaying vector fields in scientific, educational, or engineering applications.
https://github.com/annyman/vfield

creative-coding field p5 py5 vector vector-field visualization

Last synced: 12 months ago
JSON representation

vfield is an open-source tool/library for visualizing and manipulating vector fields. It provides intuitive interfaces and efficient algorithms for creating, analyzing, and displaying vector fields in scientific, educational, or engineering applications.

Awesome Lists containing this project

README

          

# vfield

vfield is a Python library for visualizing and manipulating vector fields. It is designed to be easy to use, flexible, and efficient, making it suitable for research, education, and engineering applications.

## Features

- Load and generate 2D/3D vector fields
- Visualize vector fields using various plotting backends (e.g., Matplotlib, Plotly)
- Perform mathematical operations on vector fields (e.g., gradient, divergence, curl)
- Export and import vector field data in common formats
- Interactive exploration of vector fields