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

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