Thanks to visit codestin.com
Credit goes to github.com

Skip to content

undefinedrabb-it/taiodho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Browser raytracer in zig.

taiodho

About

Taiodho is a raytracer written in Zig, following Ray Tracing in One Weekend book.
You can see a live demo at https://undefinedrabb-it.github.io/taiodho/.

Quick Start

Requirement

You need only zig and python optinally.
Tested zig version: 0.12.0-dev.1396+f6de3ec96.

Usage

Compile:

zig build

Run a simple python3 server in the project root directory:

python -m http.server 8080

Then open in a browser http://localhost:8080.

Contributions

If you would like to contribute feel free to create an issue, fork and create a PR.

Acknowledgments

Special thanks to: