Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 2.54 KB

index.rst

File metadata and controls

65 lines (51 loc) · 2.54 KB

p5

https://img.shields.io/github/stars/p5py/p5.svg?style=social&label=Star

p5 is a native Python port of the Processing API by Abhik Pal, Manindra Mohrarna, and contributors. Processing "is a flexible software sketchbook and a language for learning how to code within the context of the visual arts." It mainly developed in Boston (at Fathom Information Design), Los Angeles (at the UCLA Arts Software Studio), and New York City (at NYU's ITP) [1].

The p5 documentation is structured into:

p5 is free and open source software and has been released under the GPL3 license. To report a bug / make a feature request use the issues page on the main repository. You can also use the discourse platform to ask / discuss anything related to p5py.

.. toctree::
   :maxdepth: 2

   install
   tutorials/index
   examples/index
   guides/index
   reference/index
   releasenotes/index

[1]See Overview on the Processing website for details.