Crates.io | pd-sys |
lib.rs | pd-sys |
version | 0.1.1 |
source | src |
created_at | 2019-08-09 00:56:10.858772 |
updated_at | 2020-01-03 05:17:50.402576 |
description | FFI bindings for the Pure Data (Pd) multimedia programming language |
homepage | https://github.com/x37v/puredata-rust |
repository | |
max_upload_size | |
id | 155242 |
size | 256,837 |
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.
doubleprecision - enable double precision f64 floats. Experimental.
instance - enable the pd instance interfaces. Experimental. Maybe only useful from within libpd?
See examples/helloworld/ for an example of how to use pd-sys to create an external.
This project is licensed with the "Modified BSD License" Pure Data is licensed with the "Standard Improved BSD License"