I am having a problem with my animations on the new Racket pre-release. I've attached two examples from my animated-canvas package on PLaneT. Any of the animations that use the plot package are extremely slow. The one that doesn't runs fine. I've attached two examples. The first, lines.rkt, doesn't use the plot package and runs fine - just run it and hit the run button on the gui it brings up. The second, anim.rkt, uses the plot package. Previously, anim.rkt gave a nice, smooth animation of a 3d plot. Now, it takes several seconds to render individual frames. I see the same behavior whether I compile it or run it from the DrRacket. I am using 64-bit Racket on Windows 8.1.
I don't think it has anything to do with Robby's recent snip% changes, but I guess it is possible. In any case, it does make some of my code unusable. Note that running either of the examples will download the animated-canvas package from PLaneT. Doug -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/2f146c17-eed9-4faa-860a-eeb5dac6a459%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
lines.rkt
Description: Binary data
anim.rkt
Description: Binary data
