Add demo image to README
This commit is contained in:
@@ -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).
|
||||
|
||||

|
||||
|
||||
To build with CMake:
|
||||
|
||||
```sh
|
||||
cmake -B build
|
||||
|
||||
Reference in New Issue
Block a user