/DemoFABW-GTI

Demo of the collaboration between the UPF-GTI and FABW for the MAX-R project.

Primary LanguageJavaScriptMIT LicenseMIT

DemoFABW-GTI

Demo of the collaboration between the UPF-GTI and FABW for the MAX-R project, using wgpuEngine, the engine used in Rooms.

How to build

You will need to install the following tools:

Desktop

git submodule update --init --recursive
mkdir build
cd build
cmake ..

Web

Download emscripten and follow the installation guide.

On Windows you may need to download ninja and include the folder in your PATH environment variable, then:

git submodule update --init --recursive
mkdir build-web
cd build-web
emcmake cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

After building for web, you can host a local server with python:

python -m http.server

And access the webpage using a browser with WebGPU support using the link: localhost:8000/gti_fabw_demo.html