On 20. May 2009, at 22:59, [email protected] wrote: > If we write code in C++/C, we can select /set different device > context (maybe rendering context), and then direct different portion > of image /text window go to different display panel. Can we do this > in C#? How to do? How about Java?
I suppose it is possible, though I don't know how. I don't care much about C#/WPF, since it is platform-specific. Java has not yet become such a big player in the 3D Viz market, but since it has GL bindings it should be as capable as C++. > GPU can definitely accelerate display image/graphics, but does it > accelerate the text window? Yes. 2D acceleration was a hot topic in the Windows 3.11 days, and all GPU's do that nowadays. Best, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

