An open API service indexing awesome lists of open source software.

https://github.com/ne0nwinds/simd-ray-tracer

A brute-force ray tracer optimized with SIMD and multi-threading
https://github.com/ne0nwinds/simd-ray-tracer

avx2 cpp simd sse wasm wasm-simd

Last synced: 6 months ago
JSON representation

A brute-force ray tracer optimized with SIMD and multi-threading

Awesome Lists containing this project

README

          

# 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](2a18de811a183a9c76aebd0279941832a39032f1) and earlier
```ps
.\win32\compile.ps1
```
The `.exe` file will show up in `.\build\win32\`

## Building for WASM:
```ps
.\wasm\compile.ps1
```

The project can be run by [creating a local server](https://github.com/Ne0nWinds/Basic-File-Server) in `.\build\wasm`