User Tools

Site Tools


codesnippets

This is an old revision of the document!


2013-06-10 20:11:06

(define cairo-animation
  (lambda (beat dur)
    (gl_draw)
    (gl:swap-buffers ctx)    
    (callback (*metro* (+ beat (* .5 dur))) 'cairo-animation (+ beat dur) dur)))
codesnippets.1370919662.txt.gz · Last modified: 2018/07/18 14:09 (external edit)