PDA

View Full Version : how to use c++ in vizard


qiuqinyin
09-06-2006, 08:34 AM
I just downloaded the VizardR2 evaluation version. I was told that I can use both Python and C++. But all the demos, templates I've found are written in Phython.

I just want to know how to program c++ in worldViz. Should I get another c++ version or just simply replace the Python with c++.
Thanks

Gladsomebeast
09-06-2006, 09:01 AM
The primary language of Vizard is Python. If you know C++, Python is easy to pick up.

You can use plugins that are writen in C++ in your python script. Plugins can interface with any C API so you can make OpenGL calls, directly modify the scene graph, connect to hardware, etc.

There is also a C++ Vizard API avalable on the Vizard Downloads page under developer tools.