Metadata-Version: 2.1
Name: lic
Version: 0.1.4
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

.. image:: https://img.shields.io/pypi/v/lic?style=flat-square   :alt: PyPI

.. image:: https://img.shields.io/pypi/l/lic?style=flat-square   :alt: PyPI - License

.. image:: https://img.shields.io/pypi/pyversions/lic?style=flat-square   :alt: PyPI - Python Version

.. image:: https://img.shields.io/gitlab/pipeline/szs/lic?style=flat-square   :alt: Gitlab pipeline status

.. image:: https://gitlab.com/szs/lic/badges/master/coverage.svg?style=flat-square   :alt: Coverage


Line Integral Convolution for numpy Arrays
==========================================

This package provides line integral convolution (lic) algorithms to Python.

There are functions which can be imported and are highly configurable for the power user.
Moreover, there is a command line tool to generate lic images without having to code a single line.

References
==========

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

