WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   how to use c++ in vizard (https://forum.worldviz.com/showthread.php?t=723)

qiuqinyin 09-06-2006 08:34 AM

how to use c++ in vizard
 
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.


All times are GMT -7. The time now is 07:02 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC