{"id":21330883,"url":"https://github.com/eliemichel/learnwebgpu-code","last_synced_at":"2025-04-05T21:08:05.844Z","repository":{"id":74418518,"uuid":"579796818","full_name":"eliemichel/LearnWebGPU-Code","owner":"eliemichel","description":"The accompanying code of the Learn WebGPU C++ programming guide","archived":false,"fork":false,"pushed_at":"2024-10-15T23:11:40.000Z","size":94875,"stargazers_count":110,"open_issues_count":12,"forks_count":29,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-17T08:56:44.117Z","etag":null,"topics":["cpp","graphics","lecture-notes","webgpu"],"latest_commit_sha":null,"homepage":"https://eliemichel.github.io/LearnWebGPU","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eliemichel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":"eliemichel","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=DNEEF8GDX2EV6\u0026currency_code=EUR\u0026source=url"]}},"created_at":"2022-12-18T23:56:40.000Z","updated_at":"2024-10-16T07:55:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f8e22f5-b4e2-449f-b253-cc18e5bfe1f7","html_url":"https://github.com/eliemichel/LearnWebGPU-Code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliemichel%2FLearnWebGPU-Code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliemichel%2FLearnWebGPU-Code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliemichel%2FLearnWebGPU-Code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliemichel%2FLearnWebGPU-Code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eliemichel","download_url":"https://codeload.github.com/eliemichel/LearnWebGPU-Code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399877,"owners_count":20932876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","graphics","lecture-notes","webgpu"],"created_at":"2024-11-21T22:25:26.255Z","updated_at":"2025-04-05T21:08:05.809Z","avatar_url":"https://github.com/eliemichel.png","language":null,"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/eliemichel/LearnWebGPU/main/images/webgpu-dark.svg\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/eliemichel/LearnWebGPU/main/images/webgpu-light.svg\"\u003e\n    \u003cimg alt=\"Learn WebGPU Logo\" src=\"images/webgpu-dark.svg\" width=\"200\"\u003e\n  \u003c/picture\u003e\n\n  \u003ca href=\"https://github.com/eliemichel/LearnWebGPU\"\u003eLearnWebGPU\u003c/a\u003e \u0026nbsp;|\u0026nbsp; \u003ca href=\"https://github.com/eliemichel/WebGPU-Cpp\"\u003eWebGPU-C++\u003c/a\u003e \u0026nbsp;|\u0026nbsp; \u003ca href=\"https://github.com/eliemichel/WebGPU-distribution\"\u003eWebGPU-distribution\u003c/a\u003e\u003cbr/\u003e\n  \u003ca href=\"https://github.com/eliemichel/glfw3webgpu\"\u003eglfw3webgpu\u003c/a\u003e \u0026nbsp;|\u0026nbsp; \u003ca href=\"https://github.com/eliemichel/sdl2webgpu\"\u003esdl2webgpu\u003c/a\u003e \u0026nbsp;|\u0026nbsp; \u003ca href=\"https://github.com/eliemichel/sdl3webgpu\"\u003esdl3webgpu\u003c/a\u003e\n  \n  \u003ca href=\"https://discord.gg/2Tar4Kt564\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=Discord\u0026message=Join%20us!\u0026color=blue\u0026logo=discord\u0026logoColor=white\" alt=\"Discord | Join us!\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\nLearnWebGPU - Code\n==================\n\nThis repository contains the reference code base accompanying the [Learn WebGPU](https://eliemichel.github.io/LearnWebGPU) web book.\n\nEach step of the book is stored in a different branch. You can look at them incrementally, or compare them using GitHub's branch comparator.\n\n**NB** From `step030` on, there is a *vanilla* version that only uses `webgpu.h` and the default version relies on the shallow C++ wrapper `webgpu.hpp` generated by [WebGPU-C++](https://github.com/eliemichel/WebGPU-Cpp).\n\nBuilding\n--------\n\n```\ngit checkout \u003cthe branch of your choice\u003e\ncmake . -B build\ncmake --build build\n```\n\nThen run either `./build/App` (linux/macOS/MinGW) or `build\\Debug\\App.exe` (MSVC).\n","funding_links":["https://patreon.com/eliemichel","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=DNEEF8GDX2EV6\u0026currency_code=EUR\u0026source=url"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliemichel%2Flearnwebgpu-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliemichel%2Flearnwebgpu-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliemichel%2Flearnwebgpu-code/lists"}