[Prev][Next][Index][Thread]

Re: Raytracer



In article <PKo96.2023$AK4.286135@news.uswest.net>, "Shawn" 
<shawn@anarchy-arts.com> wrote:

> > There is currently a set of OpenGL bindings for Gwydion Dylan, and a
> > team of Dylan hackers created a 3D recursive-raytracer entirely in
> > Dylan for the ICFP programming contest last year.
>
>     Did they release the source to this?

You can browse it at:

  <http://www.ccc.de/cgi-bin/cvsweb/ICFP2000/>


You can also access the cvs server directly, specify...

   :pserver:anoncvs@berlin.ccc.de:/home/cvsroot

...as your CVS root. The password is anoncvs.  Use a command sequence 
such as this...

bash$ cvs -d :pserver:anoncvs@berlin.ccc.de:/home/cvsroot login
(Logging in to anoncvs@berlin.ccc.de)
CVS password: anoncvs
bash$ cvs -d :pserver:anoncvs@berlin.ccc.de:/home/cvsroot checkout 
ICFP2000

... on Unix/Linux, or put the appropriate bits in the appropriate GUI 
dialog fields on MacOS or Windows CVS utilities.


-- Bruce



References: