Metadata-Version: 2.1
Name: LineDream
Version: 0.1.1
Summary: A creative coding library..
Home-page: https://github.com/marcrleonard/LineDream
Author: Marc Leonard
Author-email: marc.r.leonard@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
Requires-Dist: drawSvg


LineDream is a creative coding library for Python. It is heavily influenced by P5 and Processing. However, it takes a more object oriented approach, with less global states.

Currently, output files are saved as SVGs. There is not yet support for a draw loop - it is single frame output, but you could use a loop to simulate this.

The library was originally created to make art for a pen plotter.

Todos:
-----
- Integrate TextPath with Hershey
- Add .transform()
- Add .rotate()

