iv3d-users

Text archives Help


[IV3D-USERS] Re: How to design GUI with ImageVis3D functions


Chronological Thread 
  • From: Jens Krüger <jens@sci.utah.edu>
  • To: iv3d-users@sci.utah.edu
  • Subject: [IV3D-USERS] Re: How to design GUI with ImageVis3D functions
  • Date: Fri, 23 Nov 2012 10:02:06 +0100

Hi Longjiang,

the best thing for you to do is wait for about four weeks, then we will 
release version 3.1. This new version will be controlled entirely by LUA 
commands, i.e., all you will have to do for your UI is send strings (which we 
will document) to tuvok. To make this even easier, as part of the 3.1 
release, we will also release a simple command line frontend to tuvok that 
will demonstrate this LUA interface outside the big ImageVis3D UI. How does 
that sound?

Cheers
   Jens

Am 23.11.2012 um 09:58 schrieb <longjiang_yu@yahoo.com.cn>:

> Hello, Sir,
> 
> I've downloaded the source code of ImageVis3D ver 3.0.0 from svn.
> 
> I'd like to design my GUI and simply to call the functions provided by
> ImageVis3D.
> For example, my action of "Open File" has the following calls,
>   tuvok::AbstrRenderer* renderer;
>   renderer->LoadDataset(filename);
> But I've found it difficult to separate tuvok from your Qt GUI.
> 
> Could you please tell me how to do this work?
> 
> Could you help me?
> 
> Thank you very much!
> 
> Best Regards,
> 
> Longjiang Yu




Archive powered by MHonArc 2.6.16.

Top of page