Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiehuis/zig-raytrace
simple raytracer in zig
https://github.com/tiehuis/zig-raytrace
zig
Last synced: about 2 months ago
JSON representation
simple raytracer in zig
- Host: GitHub
- URL: https://github.com/tiehuis/zig-raytrace
- Owner: tiehuis
- License: mit
- Created: 2017-10-12T08:07:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T05:42:49.000Z (7 months ago)
- Last Synced: 2024-10-15T02:43:11.231Z (about 2 months ago)
- Topics: zig
- Language: Zig
- Size: 124 KB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - tiehuis/zig-raytrace
- awesome-zig - zig-raytrace🗒️simple raytracer in zig
README
A simple raytracer and jpeg image writer in Zig.
Rewritten based on https://github.com/ssloy/tinyraytracer.
# Dependencies
- [Zig](https://ziglang.org)
# Example
![Example Output](./example.png)