One possible system for rendering . . .
commit1555d38e42ca1d416220bad230b1f8d0dc32881b
authorEthereal <ethereal.visage@gmail.com>
Sun, 16 Jan 2011 06:29:47 +0000 (15 23:29 -0700)
committerEthereal <ethereal.visage@gmail.com>
Sun, 16 Jan 2011 06:29:47 +0000 (15 23:29 -0700)
treed82d6e439fccfcc54a8d9be8bc0b6f587b648fcc
parent6a9ba52c5a9456f870c4c20b73d0ccd14339531f
One possible system for rendering . . .

It would be possible to adapt a QGraphicsView to render the visualizations if
necessary. This would probably be faster (and have less bugs) than any system
that I could personally write.

The only problem is drawing text; by default the text is scaled along with the
other content. I would have to draw the text separately myself.
include/visualizer/visualization/RenderWidget.h
visualizer/src/visualization/RenderWidget.cpp