Re: [racket] Visualization with Racket

2015-01-31 Thread Jens Axel Søgaard
For 2d diagrams take a look at MetaPict. If you know MetaPost/TikZ you will feel at home. Documentation: http://soegaard.github.io/docs/metapict/metapict.html An animation example: http://lists.racket-lang.org/users/archive/2014-September/064286.html A state machine: http://lists.rac

Re: [racket] Visualization with Racket

2015-01-31 Thread Konrad Hinsen
--On 31 janvier 2015 17:05:51 +0530 "Dr. C. SHUNMUGA VELAYUTHAM " wrote: A casual google search showed the Plot library by Neil and Konrad Hinsen's experiments in using Racket for Molecular Visualization. What I was using for that was exactly the Plot library. Have a closer look at it, it d

Re: [racket] Visualization with Racket

2015-01-31 Thread Neil Toronto
On 01/31/2015 06:35 AM, Dr. C. SHUNMUGA VELAYUTHAM wrote: Hi Everyone, I am working in the area of evolutionary computation. I have been recently interested in visualizing (primarily dynamic visualization) the processes involved in Evolutionary Algorithms. Having taught SICP (with Racket) to

[racket] Visualization with Racket

2015-01-31 Thread Dr. C. SHUNMUGA VELAYUTHAM
Hi Everyone, I am working in the area of evolutionary computation. I have been recently interested in visualizing (primarily dynamic visualization) the processes involved in Evolutionary Algorithms. Having taught SICP (with Racket) to undergraduate students I was very much attracted to Racket.