Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nelarius/weekend-raytracer-zig
A Zig implementation of the "Ray Tracing in One Weekend" book
https://github.com/Nelarius/weekend-raytracer-zig
computer-graphics ray-tracing-in-one-weekend raytracing zig
Last synced: 2 months ago
JSON representation
A Zig implementation of the "Ray Tracing in One Weekend" book
- Host: GitHub
- URL: https://github.com/Nelarius/weekend-raytracer-zig
- Owner: Nelarius
- Created: 2019-05-21T06:12:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T13:28:59.000Z (over 2 years ago)
- Last Synced: 2024-11-06T10:18:49.771Z (2 months ago)
- Topics: computer-graphics, ray-tracing-in-one-weekend, raytracing, zig
- Language: Zig
- Homepage: https://nelari.us/post/raytracer_with_rust_and_zig/
- Size: 44.9 KB
- Stars: 91
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zig - Nelarius/weekend-raytracer-zig
- awesome-zig - weekend-raytracer-zig🗒️A Zig implementation of the "Ray Tracing in One Weekend" book
README
# Ray Tracing in One Weekend (Zig)
This is a fairly straightforward implementation of Peter Shirley's "Ray Tracing in One Weekend" book in the Zig programming language
To run:
```
$ zig build run -Drelease-fast
```![cover_image](https://raw.githubusercontent.com/Nelarius/weekend-raytracer-rust/master/img/cover_image.png)
# Dependencies
- [email protected]: https://ziglang.org/
- SDL2: https://wiki.libsdl.org/Installation