td-rs
td-rs copied to clipboard
🦀 Rust plugin framework for TouchDesigner
Results
3
td-rs issues
Sort by
recently updated
recently updated
newest added
Could you provide a plugin example with dynamic creation/updates of parameters without using `derive(Params)`? Let's say, for example, I get possible options from a file or another lib and would...
If a Rust crate links against system deps or otherwise symbols that aren't included in our final C++ build, we'll get errors. This is easy to do for anything that...
enhancement