Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Examples

I believe that the best way to explore a crate is to read or try examples.

This section will contain more and more meaningful examples with variety in time.

⚠️ Warning ⚠️: All examples produce audio. Please make sure that your device's volume is at a reasonable level before running these programs.

simple

This one is the exact same program which is provided in the main README.md file.

cargo run --example simple

with_nannou

nannou is a fantastic creative coding framework for Rust.

Coupling it with pure data makes it a great tool for audio visual programming.

Here is an example to mess around:

cargo run --example with_nannou

Please also check the tests folder if you'd like to explore example like code.