Ecosyste.ms: Awesome
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: 19 days ago
JSON representation
Ray Tracing in One Weekend written in Common Lisp
- Host: GitHub
- URL: https://github.com/polaris/ice
- Owner: polaris
- License: mit
- Created: 2023-02-01T22:25:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T21:36:32.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T15:56:56.504Z (3 months ago)
- Topics: common-lisp, raytracing
- Language: Common Lisp
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```