<div dir="ltr">Wow ... Thanks Mathew and Jens.<div><br></div><div>I think, in future I should just ask "how do I do such and such" - "can I do such and such is an unnecessary question in racket" :)</div><div><br></div><div>Regards,</div><div>Kashyap</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 31, 2014 at 1:21 AM, Jens Axel Søgaard <span dir="ltr"><<a href="mailto:jensaxel@soegaard.net" target="_blank">jensaxel@soegaard.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">MetaPict supports arbitrary curves and will produce picts.<br>
<br>
   <a href="http://soegaard.github.io/docs/metapict/metapict.html" target="_blank">http://soegaard.github.io/docs/metapict/metapict.html</a><br>
<br>
Given points p, q, r, ... and vectors (directions) d, e, f ... :<br>
<br>
  (curve p .. q .. r .. s)  draws a "nice" curve from p through q and r to s<br>
  (curve p .. q d .. r .. s)  draws a "nice" curve from p through q and r to s,<br>
                                      and the curve leaves q in the direction d<br>
  (curve p .. q .. r .. cycle) draws a closed curve through p, q and r<br>
  (curve p .. q .. r -- s .. t) draws a curve from p through q to r then<br>
                                        a line from r to s and finally<br>
curves to t<br>
<br>
There is a ton of examples here:<br>
<a href="https://github.com/soegaard/metapict/blob/master/metapict/examples/metapost-examples.rkt" target="_blank">https://github.com/soegaard/metapict/blob/master/metapict/examples/metapost-examples.rkt</a><br>
<br>
/Jens Axel<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
2014-10-30 19:16 GMT+01:00 C K Kashyap <<a href="mailto:ckkashyap@gmail.com">ckkashyap@gmail.com</a>>:<br>
> Dear Racket folks,<br>
><br>
> I'd like to use Dr Racket to generate some drawings. I liked the way I can<br>
> compose and create images using slideshow. I could not figure how I could<br>
> draw arbitrary curves though?<br>
><br>
> When I looked for it I found the racket/draw package. Can the racket/draw<br>
> functions be used along with slideshow?<br>
><br>
> Or is there any other recommended package for achieving interactive drawing<br>
> creation?<br>
><br>
> Regards,<br>
> Kashyap<br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> ____________________<br>
>   Racket Users list:<br>
>   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
--<br>
Jens Axel Søgaard<br>
</font></span></blockquote></div><br></div>