Skip to content

barne856/mareweb

Repository files navigation

WebGPU Native

Build for Web

emcmake cmake -B build-web
cmake --build build-web

Host on :8080 with:

python3 -m http.server -d build-web

Build for Native

cd build
cmake ..
cd ..
cmake --build ./build

Run samples:

./build/basic_mesh
./build/basic_texture
./build/basic_renderer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published