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/
|
build/
|
||||||
*.ff
|
*.ff
|
||||||
*.png
|
*.png
|
||||||
|
!demo.png
|
||||||
|
|||||||
@@ -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