From b311fd3747e3d3fa2b4e8daf54cc91f4de44a3cf Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 19 Mar 2026 18:48:17 +0100 Subject: docs(init): add glfw as macOS brew dependency project_init.sh now checks/installs both wgpu-native and glfw via brew. HOWTO.md documents the macOS prerequisites before the build steps. Co-Authored-By: Claude Sonnet 4.6 --- doc/HOWTO.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/HOWTO.md b/doc/HOWTO.md index bfb47fd..e44978d 100644 --- a/doc/HOWTO.md +++ b/doc/HOWTO.md @@ -6,6 +6,13 @@ Quick reference for common tasks. ## Building +### macOS Prerequisites + +```bash +brew install wgpu-native glfw +./scripts/project_init.sh # fetches miniaudio, glfw3webgpu +``` + ### Workspace Selection ```bash # Main demo (default) -- cgit v1.2.3