Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 367 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 367 Bytes

SIMD Ray Tracer

This is a brute-force ray tracer optimized with SIMD and multi-threading

Building for Windows:

.\win32\compile.ps1

The .exe file will show up in .\build\win32\

Building for WASM:

.\wasm\compile.ps1

The project can be run by creating a local server in .\build\wasm