vaesumed / generativepy

Library for creating generative art and maths animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generativepy

Generative art and graphing library for creating images and animations.

Usage

generativepy is a library rather an application. It provides useful functions and example code that allow you to create images and videos by writing simple Python scripts.

The library uses pycairo for drawing graphics.

Main functionality:

  • A simple framework for creating images, image sequences, and gifs, using pycairo.
  • Support for bitmap processing using PIL and NumPy.
  • Colour module that supports RGB, HSL and CSS colours, transparency, lerping, colormaps.
  • A simple tweening module to help with animation.
  • Geometry module for drawing shapes.
  • A graphing library for plotting 2D functions.
  • 3D geometry module using moderngl.

Website

Visit pythoninformer.com for details:

For detailed information of pycairo see the Computer graphics in Python ebook.

About

Library for creating generative art and maths animations

License:MIT License


Languages

Language:Python 100.0%