pd-sys 0.1.1

FFI bindings for the Pure Data (Pd) multimedia programming language
Documentation
  • Coverage
  • 0%
    0 out of 381 items documented0 out of 34 items with examples
  • Size
  • Source code size: 256.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 15.24 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • x37v

Pure Data Rust Sys

The pd-sys create provides Rust FFI bindings for Pure Data aka pd, a graphical multi-media programming language. The bindings are exclusively based on m_pd.h and most likely to be used for building plugins aka externals.

Compile time features

  • doubleprecision - enable double precision f64 floats. Experimental.
  • instance - enable the pd instance interfaces. Experimental. Maybe only useful from within libpd?

Examples

See examples/helloworld/ for an example of how to use pd-sys to create an external.

License

This project is licensed with the "Modified BSD License" Pure Data is licensed with the "Standard Improved BSD License"