Skip to content

Ne0nWinds/SIMD-Ray-Tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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