kanales / raytracer-wasm

Simple raytracer implemented in rust for use with WASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WASM Raytracer

This package implements a simple raytracer that runs on the client using the CPU.

How to try

Install wasm-pack an run

wasm-pack build --target web

This will generate a pkg folder on the root. An example on how to use can be found in resources/example.html.

About

Simple raytracer implemented in rust for use with WASM


Languages

Language:Rust 95.7%Language:HTML 4.3%