New HDK Documentation
21737 9 0- rmagee
- Staff
- 1185 posts
- Joined: July 2005
- Offline
As many of you know, the Houdini Developer’s Kit 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 [sidefx.com]
Enjoy,
Robert
Robert Magee
Senior Product Marketing Manager
SideFX
Senior Product Marketing Manager
SideFX
- brendanduncan
- Member
- 8 posts
- Joined:
- Offline
- dyei
- Member
- 28 posts
- Joined: July 2009
- Offline
- dyei
- Member
- 28 posts
- Joined: July 2009
- Offline
- JOEMI
- Member
- 128 posts
- Joined: July 2005
- Offline
- goldleaf
- Staff
- 4195 posts
- Joined: Sept. 2007
- Online
- idfour
- Member
- 4 posts
- Joined: July 2007
- Offline
- sabotage3d
- Member
- 28 posts
- Joined: July 2005
- Offline
- Anonymous
- Member
- 678 posts
- Joined: July 2005
- Offline
sabotage3d
Any chance to get it as download version I would like to read it on my ebook reader if it is possible.
Try this http://www.sidefx.com/docs/hdk12.0/download/hdk12.0_docs.tar.gz [sidefx.com].
I modified link that I had for H11 and it works also for H12. Just replaced 11.1 with 12.0.
- Achayan
- Member
- 54 posts
- Joined: March 2008
- Offline
mantragorasabotage3d
Any chance to get it as download version I would like to read it on my ebook reader if it is possible.
Try this http://www.sidefx.com/docs/hdk12.0/download/hdk12.0_docs.tar.gz [sidefx.com].
I modified link that I had for H11 and it works also for H12. Just replaced 11.1 with 12.0.
Perfect thanks for this
-
- Quick Links