snoopy/README.md

12 lines
176 B
Markdown
Raw Normal View History

2020-06-01 00:52:34 +02:00
# Flark
Ray tracing rendering experiments
https://raytracing.github.io/
2022-06-03 00:09:22 +02:00
Produced PPM images can be converted to PNG with `imagemagick`:
```
convert image.ppm image.png
```