drawing objects to the GUI from a C++ file

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Matthew Millard
Posts: 24
Joined: Fri Aug 01, 2008 7:17 am

drawing objects to the GUI from a C++ file

Post by Matthew Millard » Fri Apr 29, 2016 4:31 am

Hello,

I would like to draw some geometry to the GUI but from a C++ file (main/plugin/api object). Is there a standard way to do this?

If not, should I try a work around? I could probably get what I want by adding a free body to the model and then use a custom constraint to force the body to assume the state I want.

As a note, this is being done in an effort to visualize the output from a foot-placement model which computes the location of a balance restoring step given the state of the model.

With kind regards,

Matt

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: drawing objects to the GUI from a C++ file

Post by jimmy d » Tue May 17, 2016 10:44 am

Have you tried using the API Visualizer?

POST REPLY