Hello, > I guess this is more and less what I imagined, but I was thinking about > some kind of display event que or hints, to prevent it > from any kind of unnessesary updates. Only when some elements in the map > have changed state (I know I need to use more glob2 terms), the display > will refresh.
This was the case long ago (3 years), but keeping an up-to-date list with more and more changing things became too annoying. Most power is required is when everything move and then it is useless to keep dirty lists. Furthermore, dirty lists are not very suited for GPU acceleration. Steph _______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
