Metadata-Version: 2.1
Name: lic
Version: 0.1.1
Summary: Line integral convolution for numpy arrays
Home-page: https://gitlab.com/szs/lic/
License: MIT
Keywords: flow field,vector field,visualisation,CFD,plot
Author: Steffen Brinkmann
Author-email: s-b@mailbox.org
Requires-Python: >=3.6.1,<4.0.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Dist: matplotlib (>=3.2.1,<4.0.0)
Requires-Dist: numpy (>=1.18.5,<2.0.0)
Project-URL: Repository, https://gitlab.com/szs/lic/
Description-Content-Type: text/x-rst

Line Integral Convulution for numpy Arrays
==========================================

This package aims to provide line integral convolution algorithms (lic) to Python.
There are going to be "ready to use" functions which use reasonable and well established
presets, as well as highly configurable functions for the power user. Moreover it will
provide command line tools to generate lic images without having to code a single line.

References
==========

* http://www.zhanpingliu.org/Research/FlowVis/FlowVis.htm

