[racket] Matlab like animation in Racket

From: Doug Williams (m.douglas.williams at gmail.com)
Date: Sun Feb 2 16:38:37 EST 2014

I use Racket's plot package - thank's again, Neil - with my own animation
framework to do various animations. The animated canvas package on PLaneT (
http://planet.racket-lang.org/display.ss?package=animated-canvas.plt&owner=williams)
has a couple of examples. I've attached an example 3d animated plot that
you can run to see an example. [It will download and install the
animated-canvas and science collections from PLaneT.]

There are a few other examples in the animated-collection that use the plot
collection. Let me know if there is anything else I can do to help.

Doug


On Sun, Feb 2, 2014 at 1:46 PM, Alexandr M <rus314 at gmail.com> wrote:

> Hello community members,
>
> Does anybody know if it's possible to do animations in Racket like in this
> demonstration: https://www.youtube.com/watch?v=S1sKsaewhpc
>
> I also would like to add some control fields into the gui.
> For example while modelling gas particles I need to change number of
> particles in the region interactively.
>
> Could you please advise me how to proceed with this issue?
>
> --
> Best regards,
> Alex
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140202/f1c615fe/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: anim.rkt
Type: application/octet-stream
Size: 1779 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20140202/f1c615fe/attachment.obj>

Posted on the users mailing list.