[fluxus] errors at runtime

Dave Griffiths dave at pawfal.org
Wed Jun 21 05:07:51 PDT 2006


>>> if you do:
>>>
>>> (define (render)
>>>     (draw-cube))
>>> (every-frame (render))
>>>
>>> you get no cube?
>>
>> i get a cube. but no "animation", no repetition - i thought that's what
>> the
>> function (is it called a function?) is good for

oops - and yup every-frame* is a function, as is render, and draw-cube.

* although it's current form is described by a macro which you had to fix
the install for, which converts it into another function to make it nicer
to use (I think - Artem wrote that bit)

cheers,

dave




More information about the Fluxus mailing list