Displaying posts tagged: ray-tracing
2009-08-31 23:51
No Comments
I have been learning a little about CAPI, the GUI library that comes with LispWorks. I particularly wanted to find out how to draw graphics primitives inside a window, as I wanted to modify Paul Graham's toy ray-tracer to display images on screen.
CAPI offers essentially the same 2D graphics programming model as the Java toolkits ...

