elrnv / hdkrs

A Rust plugin library for the Houdini Development Kit (HDK)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Rust Houdini Development Kit

This repository introduces an unofficial HDK plugin interface for Rust.

This package contains a collection of functions and types for converting data between Rust and the C++ interface in the Houdini Development Kit (HDK). This workspace consists of

  • hdkrs: provides functions and types for converting HDK data into Rust and vice versa.
  • objio: an exmaple for using hdkrs of a plugin for saving and loading wavefront obj files.
  • vtkio: a Houdini plugin for saving and loading VTK files.

We use the cxx crate to facilitate an intuitive interface for C++.

For more details see the hdkrs README.md.

License

This repository is licensed under either of

at your option.

Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A Rust plugin library for the Houdini Development Kit (HDK)

License:Apache License 2.0


Languages

Language:Rust 50.2%Language:C++ 40.4%Language:CMake 9.4%