HOUDINI HDK tutorial

   5994   8   6
User Avatar
Member
25 posts
Joined: 5月 2014
Offline
there's no good tutorial for houdini HDK
User Avatar
Member
209 posts
Joined: 3月 2018
Offline
Hello Amin!
Did you read Houdini documentation?
Houdini documentation is really good for working with HDK!
User Avatar
Member
25 posts
Joined: 5月 2014
Offline
N-G
Hello Amin!
Did you read Houdini documentation?
Houdini documentation is really good for working with HDK!

it's not good for beginners
User Avatar
Member
196 posts
Joined: 1月 2013
Offline
I think that this is the development of plugins in C++ is the business of professionals, but not beginners, therefore there are still no normal courses or tutorials. The developers of such courses are no longer needed, only the documentation for the API.
User Avatar
Member
16 posts
Joined: 10月 2018
Offline
N-G
Houdini documentation is really good for working with HDK!
not a joke?

void CMD_Manager::installCommand
(	
const char * 	name,
const char * 	options,
CMD_Callback 	cb,
bool 	is_safe = true 
)	

where i can find simple description for const char * options ???
Edited by DmitriiP - 2020年3月2日 12:52:54
User Avatar
Member
209 posts
Joined: 3月 2018
Offline
DmitriiP
installCommand
It is showed in a simple example:
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]
User Avatar
Member
16 posts
Joined: 10月 2018
Offline
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…
User Avatar
Member
4495 posts
Joined: 2月 2012
Offline
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]

youtube.com/@pragmaticvfx | patreon.com/animatrix | animatrix2k7.gumroad.com
User Avatar
Member
209 posts
Joined: 3月 2018
Offline
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
  • Quick Links