Hi,<div><br></div><div>Did you use a profiler on your code? What code is responsible for the bad performance?<div><br></div><div><div>For panning you can render the whole image (even outside the visible window) to an image and render that to the screen at the correct offset.</div>
<div><br></div><div>For zooming you can scale the cached image while zooming and then render to the image again after the zooming is complete.</div><div><br></div><div>For editing you can drag a outline of the node that is selected across the screen and render again at mouse-up.</div>
<div><br></div><div>Groeten, Arjen</div><div><br><div class="gmail_quote">On Tue, Aug 10, 2010 at 10:39 AM, Prashant Saxena <span dir="ltr">&lt;<a href="mailto:animator333@yahoo.com">animator333@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
I am using cairo 1.8.6, wxpython 2.8.10.1 and python 2.6. I have created a<br>
custom OO based scene graph framework. I am using this frame work for a visual<br>
node based application. A similar screen shot can be found here:<br>
<br>
<a href="http://www.chamberlinproductions.org/Files/Blender/Blender%202.48a%20Screenshot.jpg" target="_blank">http://www.chamberlinproductions.org/Files/Blender/Blender%202.48a%20Screenshot.jpg</a><br>
<br>
<br>