Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 474 Bytes

SIMD Ray Tracer

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

Building for Windows:

This Win32 version will only work from this commit and earlier

.\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