User Tools

Site Tools


Writing /home/donghee/dh8.kr/wiki/data/meta/codesnippets.meta failed
codesnippets

This is an old revision of the document!


Writing /home/donghee/dh8.kr/wiki/data/log/deprecated/2026-07-14.log failed

2013-06-10 19:58:40

codinglog-entry 

2013-06-10 19:58:52

;; standard callback
(define cairo-animation
  (lambda (beat dur)
    (gl_draw)
    (gl:swap-buffers ctx)    
    (callback (*metro* (+ beat (* .5 dur))) 'cairo-animation (+ beat dur) dur)))

(cairo-animation (*metro* 'get-beat 4) 1/12)

2013-06-10 20:06:10

(define cairo-animation
  (lambda (beat dur)
    (gl_draw)
    (gl:swap-buffers ctx)    
    (callback (*metro* (+ beat (* .5 dur))) 'cairo-animation (+ beat dur) dur)))
codesnippets.1370862358.txt.gz · Last modified: 2026/06/11 05:52 (external edit)