Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 276 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 276 Bytes

wasm-raymarcher

Recreation of jsRayMarcher in C/wasm using SIMD instructions where possible

Running:

You need to compile the actual wasm. To do so, please run ./start.sh.

This requires llvm, lld, and node (for the webserver hosting the wasm for CORS) to be installed.