Skip to content

Houdini Development Kit#

HDK is Houdini's SDK, used to create C++ based plugins

CUDA#

Linking cuda object files

Inline C++#

Use inlinecpp SOP wrangle to write inline C++ inside of the Houdini graph

  • Can create inline C++ Python SOPS using inlinecpp (or C++ Wrangle)
  • More details