diff --git a/README.md b/README.md index 6e3b901..928e3ff 100644 --- a/README.md +++ b/README.md @@ -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