[racket] Matlab like animation in Racket

From: Doug Williams (m.douglas.williams at gmail.com)
Date: Sun Feb 2 17:45:28 EST 2014

I sent this to Alex separately, but I'll post it to the group in case
anyone else is interested. Here is an animation in Racket that more closely
matches the video.

Doug


On Sun, Feb 2, 2014 at 2:38 PM, Doug Williams
<m.douglas.williams at gmail.com>wrote:

> 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/f929deb8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sine.rkt
Type: application/octet-stream
Size: 809 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20140202/f929deb8/attachment.obj>

Posted on the users mailing list.