View Single Post
  #2  
Old 09-06-2006, 09:01 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
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.
__________________
Paul Elliott
WorldViz LLC
Reply With Quote