More Open Agent Engine Fun
The inimitable Alexander Repenning is constantly tinkering with the real Open Agent Engine (under MCL). Sometimes he shows one of the cooler ones to me, which I then try to run under my OpenMCL version of the engine. Here's just such an example: Animations and textures are fun!
? (load "voice rings")
#P"/Users/brent/Projects/Lisp/Open_Agent_Engine/Examples/voice rings.lisp"
? (defparameter *RW* (make-instance 'ccl::ring-window))
*RW*
? (ccl::start-animation *RW*)
(#<ccl::ring-window x8e5f5a6>)
?
Comments