https://github.com/ikskuh/zig-tracer
A small raytracer written in zig.
https://github.com/ikskuh/zig-tracer
Last synced: about 2 months ago
JSON representation
A small raytracer written in zig.
- Host: GitHub
- URL: https://github.com/ikskuh/zig-tracer
- Owner: ikskuh
- License: zlib
- Created: 2019-09-05T19:35:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T19:46:12.000Z (over 6 years ago)
- Last Synced: 2024-05-17T11:43:12.787Z (over 1 year ago)
- Language: Zig
- Size: 4.88 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zig Raytracer
A small raytracer built in [Zig](https://ziglang.org/).

## Build Instructions
Just have `zig` in your path and type:
```
zig build-exe tracer.zig # build
./tracer # & run
```
The raytracer will output a [PGM](https://de.wikipedia.org/wiki/Portable_Anymap) file that can be displayed with
various image viewers.