clojerl / doodler

Create drawings with code (heavily inspired in Clojure's Quil)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actual frame rate always lower than target

jfacorro opened this issue · comments

The calculation of the delay for the next refresh doesn't take into account the interval betweem the call to wxWindow/refresh and the actual paint event being handled.