Compare commits

..

2 Commits

Author SHA1 Message Date
cdo 979a25ed7e Add demo image to README 2025-09-23 15:47:40 +01:00
cdo cd0b96cc0e Add demo image 2025-09-23 15:46:13 +01:00
4 changed files with 11 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
demo.png filter=lfs diff=lfs merge=lfs -text
+1
View File
@@ -1,3 +1,4 @@
build/
*.ff
*.png
!demo.png
+6 -3
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
BIN
View File
Binary file not shown.