Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker authored Nov 13, 2024
1 parent 9eb2f45 commit 25afd12
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ The **performance measurement tool** use OpenMP and can be compiled with:

````g++ -std=c++20 -mavx -Ofast -fopenmp tiny_bvh_speedtest.cpp -o tiny_bvh_speedtest````

Running the performance tool using **Emscripten**:

* Download the [Emscripten](https://emscripten.org/docs/getting_started/downloads.html) compiler, [Python](https://www.python.org/downloads) and [Node.js](https://nodejs.org/en/download/package-manager).
* Start a terminal with the emsdk environment (For Windows: ````emsdk\emsdk.bat activate latest````)
* Configure CMake, e. g.: ````emcmake cmake -S . -B ./build/web -G "Ninja Multi-Config" -Demcc_threads=ON -Demcc_proxy_main=ON````
* Build with: ````cmake --build .\build\web\ --config Release````
* Use a HTTP server for testing. E.g. with [this](https://github.com/maniatic0/emcc-test-server): ````python custom-http.py -d .\build\web\Release\````
* Go to localhost:8000 and click a HTML page to test.

# Version 0.7.5
This version of the library includes the following functionality:
* Binned SAH BVH builder
Expand Down

0 comments on commit 25afd12

Please sign in to comment.