An open API service indexing awesome lists of open source software.

https://github.com/polaris/ice

Ray Tracing in One Weekend written in Common Lisp
https://github.com/polaris/ice

common-lisp raytracing

Last synced: 4 months ago
JSON representation

Ray Tracing in One Weekend written in Common Lisp

Awesome Lists containing this project

README

        

# ice

Ray Tracing in One Weekend written in Common Lisp

## Usage

```
(ice:render filename image-width)
```

## Example

```
(asdf:load-system "ice")
(ice:render "image.ppm" 500)
```