GitHunt
VO

vojtatom/numflow.py

➰ Transforming vector field data

Numflow

Python/C++ based tool for converting vector field data into models for rendering.

I made a blogpost describing the design, there are also some outputs, see more here!

The package is available on PyPI, you can install it with:

pip install numflow

There are pre-compiled wheels available for Windows, Linux and MacOS, no need to compile the C++ code yourself.

Dev

Developing the package on localhost is recommanded in devcontainer - see .devcontainer folder.
The deps are in pyproject.toml, you can build the package:

pip install .

The install uses pyproject.toml to install the deps, and the setup.py to install the package. For local dev, you can install the dependencies with:

pip install -r requirements.txt

Run the tests:

pytest

Languages

JavaScript61.2%C++11.2%Python10.8%GLSL7.3%HTML5.3%CSS2.3%Jupyter Notebook1.2%CMake0.6%Dockerfile0.1%

Contributors

Latest Release

v1.0.0April 15, 2024
Created March 3, 2022
Updated March 12, 2026