HOUDINI HDK tutorial
7895 9 6-
- amin khormaei
- Member
- 25 posts
- Joined: 5月 2014
- オフライン
-
- N-G
- Member
- 213 posts
- Joined: 3月 2018
- オフライン
-
- amin khormaei
- Member
- 25 posts
- Joined: 5月 2014
- オフライン
-
- alexwheezy
- Member
- 326 posts
- Joined: 1月 2013
- オフライン
-
- DmitriiP
- Member
- 16 posts
- Joined: 10月 2018
- オフライン
-
- N-G
- Member
- 213 posts
- Joined: 3月 2018
- オフライン
DmitriiPIt is showed in a simple example:
installCommand
https://www.sidefx.com/docs/hdk/expr_2command_8_c-example.html#a10 [www.sidefx.com]
amin khormaei
it's not good for beginners
It is easy if you read it from beginning and it would be hard if you suddenly jump at the middle of HDK.
This is not Houdini documentation responsibility to teach you how CMake works or how C++ compilers work.
There are many samples in HDK with comments which show you how to use development kit.
You should learn C++ deeply enough to work with HDK otherwise it would be really annoying to work with.
You can also use Inlinecpp module in Python:
https://www.sidefx.com/docs/houdini/hom/extendingwithcpp.html [www.sidefx.com]
-
- DmitriiP
- Member
- 16 posts
- Joined: 10月 2018
- オフライン
N-G
It is showed in a simple example:
https://www.sidefx.com/docs/hdk/expr_2command_8_c-example.html#a10 [www.sidefx.com]
what is the “:” after the letter? why with “eeeee:” just breaking everything?
why in this example “1” not “1:”?
http://www.sidefx.com/docs/hdk/_f_s_2_f_s__background_8_c-example.html#a33 [www.sidefx.com]
and so on ….
this is not “really good” documentation, just simple description…
-
- animatrix_
- Member
- 5041 posts
- Joined: 2月 2012
- オフライン
You can also use the C++ Wrangle if you want zero setup time (almost zero on Windows):
Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]

-
- N-G
- Member
- 213 posts
- Joined: 3月 2018
- オフライン
DmitriiP
what is the “:” after the letter? why with “eeeee:” just breaking everything?
why in this example “1” not “1:”?
http://www.sidefx.com/docs/hdk/_f_s_2_f_s__background_8_c-example.html#a33 [www.sidefx.com]
and so on ….
this is not “really good” documentation, just simple description…
As documentation says:
If the letter is followed by a colon, the option is expected to have an argument (use two or three colons to indicate two or three arguments respectively).
As I said, you should read HDK documentation step by step otherwise you will lost!
More information about CMD commands can be found here:
https://www.sidefx.com/docs/hdk/_h_d_k__extend_c_m_d.html [www.sidefx.com]
Edited by N-G - 2020年3月5日 19:47:22
-
- wyhinton1
- Member
- 95 posts
- Joined: 2月 2020
- オフライン
animatrix_
You can also use the C++ Wrangle if you want zero setup time (almost zero on Windows):
Can you do basically everything you can with the C++ wrangle that you could with the HDK in a different development environment? I'm very interested in creating some custom viewport render hooks [www.sidefx.com], would I be able to add them on the fly just using the wrangle?
-
- Quick Links