issues
search
NetLogo
/
LevelSpace
This is the LevelSpace extension repository. LevelSpace allows you to run NetLogo models |: from inside NetLogo models :|
Other
19
stars
8
forks
source link
Improve display repaint in headless models
#139
Closed
qiemem
closed
5 years ago
qiemem
commented
5 years ago
Headless models now use the normal
requestDisplayUpdate
mechanism to trigger repaints, meaning that they correctly respond to
display
and
tick
Headless models no longer use a repeating Timer for repaints, so there will be fewer unecessary repaints
Headless models repaints are rate limited to every 30 ms, reducing the number of repaints through collation
requestDisplayUpdate
mechanism to trigger repaints, meaning that they correctly respond todisplay
andtick