diff options
| author | Yousef <yousefjan24000@gmail.com> | 2026-03-09 15:00:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-09 15:00:00 +0300 |
| commit | bfd7f0d6a9f81e093a390be968058732cc7562c6 (patch) | |
| tree | 3f68dff9d1a68463810d581a23c068d82bf3534a | |
Initial commit
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0180838 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.zig-cache/ +zig-out/ +*.o diff --git a/README.md b/README.md new file mode 100644 index 0000000..5622524 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# zig-raytracer +Lightweight raytracer in Zig |