View Single Post
  #3  
Old 06-06-2016, 04:20 AM
Ciccio Ciccio is offline
Member
 
Join Date: Jun 2016
Posts: 6
Quote:
Originally Posted by Jeff View Post
You can extend Vizard/Python code with C++ code but I'm not sure it's possible to call Vizard modules from a C++ application. Can you describe what you would like to accomplish and I can check further with a developer? Also, take a look at the Vizard SDK docs, this maybe helpful.
I want to create a sort of virtual programming language (like this) in c++ and I would like to call vizard function in my code c++ to make some action like: add an avatar, move etc.. does it exist some other ways to do this?
Reply With Quote