[Haskell-cafe] Diagrams and GTK
Michael Oswald
muell_om at gmx.net
Tue Aug 13 14:59:54 CEST 2013
Hi Claude,
> Cairo is thread safe* so you could render the whole thing (if it isn't
> super huge dimensions) to an image surface in the background thread,
> then displaying could be a matter of copying the correct part (for
> scrolling) of the surface to the DrawingArea.
Yes, I think I will try this solution when I come back to the problem
(currently there are tons of other work to do). Thanks!
lg,
Michael
More information about the Haskell-Cafe
mailing list