Add more functions, add example, fix ray collision detection
All checks were successful
CI / build-and-analyze (push) Successful in 41s

This commit is contained in:
2026-07-03 23:28:17 +03:00
parent aef2932ce4
commit b6481a26bc
12 changed files with 500 additions and 14 deletions

View File

@@ -51,6 +51,13 @@ int main() {
}
```
Checkout the `examples` folder to look at an example of the raytracer using
this library.
Here is an example of its output:
![Example output](examples/demo.png)
## Portability
- Written in C89 + stdint.h