This package browser is in early development. Mind the rough edges.

pd

Visual programming language for artistic performances

Pure Data (aka Pd) is a visual programming language. Pd enables musicians, visual artists, performers, researchers, and developers to create software graphically, without writing lines of code. Pd is used to process and generate sound, video, 2D/3D graphics, and interface sensors, input devices, and MIDI. Pd can easily work over local and remote networks to integrate wearable technology, motor systems, lighting rigs, and other equipment. Pd is suitable for learning basic multimedia processing and visual programming methods as well as for realizing complex systems for large-scale projects.

Installation

Install the latest version of pd as follows:

guix install pd

Or install a particular version:

guix install pd@0.55-0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of pd about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/pd'><img src='https://packages.guix.gnu.org/packages/pd/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/pd/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/pd)

Example Org:

[[https://packages.guix.gnu.org/packages/pd][https://packages.guix.gnu.org/packages/pd/badges/latest-version.svg]]