Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/polaris/ice

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

common-lisp raytracing

Last synced: 19 days 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)
```