Jump to content

New HDK documentation


robert.magee

Recommended Posts

documentation_image.jpg

As many of you know, the Houdini Developer’s Kit [HDK] is a comprehensive set of C++ libraries which give studios and third party developers access to Houdini's API. Instead of being limited to a subset of the API like most SDKs, the HDK provides virtually the same level of access available to Side Effects developers.

With the HDK, you can create plug-ins to customize virtually all aspects of Houdini. Some examples include:

- add custom expression functions

- add custom commands to hscript or hython

- add custom operators (SOPs, DOPs, POPs, etc)

- add output to 3rd party renderer, geometry or games engine

- add custom lighting or atmospheric effects

The new HDK docs were written with a practical philosophy in mind. First they identify the main task a programmer would encounter when customizing Houdini using C++, eg: data I/O, creating new operators, extending the UI, rendering. Next, each process is explained in-depth and well-documented sample code is provided to illustrate the application of key concepts. Node organization in Houdini is then discussed along with how to work with nodes and their parameters, and how to create new nodes in each of Houdini's operator contexts. The new docs also cover the main HDK classes such as OP_Network and SOP_Node, as well as, important utility classes such as Houdini’s very efficient Matrix classes, Multithreading classes and Vector Math (VM) classes.

Our developers have been working hard to make this material available and will continue to add to and enhance this material over time. With so many studios looking for ways to incorporate Houdini into their pipeline, these new HDK docs will play a key role in that process.

To access the new docs, visit http://www.sidefx.com/docs

Enjoy,

Robert

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...