Add demo image to README

This commit is contained in:
2025-09-23 15:47:35 +01:00
parent cd0b96cc0e
commit 979a25ed7e

View File

@@ -1,8 +1,11 @@
# Batomorph
This is a simple raytracer, written for POSIX systems in C23 with zero
runtime dependencies (outside of the standard library). To build with
CMake:
Batomorph is a simple ray tracer, written for POSIX systems in C23
with no runtime dependencies (outside of the standard library).
![Demo rendering](demo.png)
To build with CMake:
```sh
cmake -B build