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 # Batomorph
This is a simple raytracer, written for POSIX systems in C23 with zero Batomorph is a simple ray tracer, written for POSIX systems in C23
runtime dependencies (outside of the standard library). To build with with no runtime dependencies (outside of the standard library).
CMake:
![Demo rendering](demo.png)
To build with CMake:
```sh ```sh
cmake -B build cmake -B build