WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   PyQt Widget in Viz World (https://forum.worldviz.com/showthread.php?t=4242)

hotshotiguana 05-17-2012 07:21 AM

PyQt Widget in Viz World
 
Currently in our Vizard application we are drawing .png charts in Matplotlib and placing the images onto multiple Viz textures (resembling walls to a room) using
Code:

texture.setImageData
, but we are finding Matplotlib to be a bit bulky and slow and we are looking for a more interactive approach. I ran across PyQtGraph and it appears to be a great light-weight and fast alternative to Matplotlib, but unfortunately I am having difficulty in getting the chart into my Vizard world. The charts are drawn on a
Code:

QtGui.Widget
and look amazing, but I am not sure how to go about getting a few of these widgets into my Vizard scene and then still having the charts update dynamically. Any thoughts on this would be greatly appreciated, especially if this is impossible and I should stop trying.

Please find the PyQtGraph library and my sample charting application at this link.
http://dl.dropbox.com/u/23446652/PyQ...ing_in_Viz.zip

Thanks!


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

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