Compare commits
2 Commits
30b16b298d
...
979a25ed7e
| Author | SHA1 | Date | |
|---|---|---|---|
| 979a25ed7e | |||
| cd0b96cc0e |
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
demo.png filter=lfs diff=lfs merge=lfs -text
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
build/
|
||||
*.ff
|
||||
*.png
|
||||
!demo.png
|
||||
|
||||
@@ -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