[racket] Visualization with Racket

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Sat Jan 31 12:58:17 EST 2015

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.racket-lang.org/users/archive/2014-December/065039.html

-- 
Jens Axel Søgaard

2015-01-31 12:35 GMT+01:00 Dr. C. SHUNMUGA VELAYUTHAM
<cs_velayutham at cb.amrita.edu>:
> 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. I have been considering to use Racket for the above said visualization research. A casual google search showed the Plot library by Neil and Konrad Hinsen's experiments in using Racket for Molecular Visualization. Kindly advice me about my choice of Racket for visualization purposes.
>
> Also while exploring the access of opengl through Racket I found that the sgl libraries provide access to the rendering functions of OpenGL 1.5 and GLU 1.3 libraries. With OpenGL 4.5 released recently, are there any efforts to provide access to functions in the recent version?
>
> Thank you
>
> C. Shunmuga Velayutham
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users



-- 
--
Jens Axel Søgaard


Posted on the users mailing list.