snoopy/README.md

12 lines
176 B
Markdown
Executable File

# Flark
Ray tracing rendering experiments
https://raytracing.github.io/
Produced PPM images can be converted to PNG with `imagemagick`:
```
convert image.ppm image.png
```