{"id":15100671,"url":"https://github.com/UstymUkhman/uwal","last_synced_at":"2025-09-26T22:31:28.413Z","repository":{"id":235799316,"uuid":"791006068","full_name":"UstymUkhman/uwal","owner":"UstymUkhman","description":":art: Unopinionated WebGPU Abstraction Library :books:","archived":false,"fork":false,"pushed_at":"2025-09-19T14:31:53.000Z","size":19182,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-20T11:18:16.492Z","etag":null,"topics":["computation","javascript","library","renderer","shaders","typescript","webgpu","wgsl"],"latest_commit_sha":null,"homepage":"https://ustymukhman.github.io/uwal/","language":"JavaScript","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/UstymUkhman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-23T23:30:55.000Z","updated_at":"2025-09-19T14:31:57.000Z","dependencies_parsed_at":"2024-06-01T08:55:58.819Z","dependency_job_id":"831c421c-3f6e-4096-81f7-fdaa9ee2868f","html_url":"https://github.com/UstymUkhman/uwal","commit_stats":null,"previous_names":["ustymukhman/uwal"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/UstymUkhman/uwal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UstymUkhman%2Fuwal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UstymUkhman%2Fuwal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UstymUkhman%2Fuwal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UstymUkhman%2Fuwal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UstymUkhman","download_url":"https://codeload.github.com/UstymUkhman/uwal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UstymUkhman%2Fuwal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276311875,"owners_count":25620606,"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","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["computation","javascript","library","renderer","shaders","typescript","webgpu","wgsl"],"created_at":"2024-09-25T18:00:39.573Z","updated_at":"2025-09-26T22:31:28.408Z","avatar_url":"https://github.com/UstymUkhman.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca title=\"UWAL\" href=\"https://ustymukhman.github.io/uwal/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg alt=\"UWAL\" src=\"assets/favicon.svg\" width=\"256\" height=\"256\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eUWAL\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub deployments\" src=\"https://img.shields.io/github/deployments/UstymUkhman/uwal/github-pages?style=flat-square\" /\u003e\n  \u003cimg alt=\"NPM bundle size\" src=\"https://img.shields.io/bundlejs/size/uwal?style=flat-square\" /\u003e\n  \u003cimg alt=\"GitHub package.json version\" src=\"https://img.shields.io/github/package-json/v/UstymUkhman/uwal?color=orange\u0026style=flat-square\" /\u003e\n  \u003cimg alt=\"GitHub License\" src=\"https://img.shields.io/github/license/UstymUkhman/uwal?color=lightgrey\u0026style=flat-square\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ci\u003eThe goal of UWAL is to remove as much boilerplate as possible when working with the WebGPU APIs, while still providing a flexible interface with reasonable defaults for all configuration options.\u003c/i\u003e\n\u003c/p\u003e\n\n## Introduction\n\n- UWAL is very minimal, under development and in early beta stage, so expect breaking changes in the future.\n- There are no plans to implement any WebGL fallback, so keep an eye on [browsers that support](https://caniuse.com/webgpu) WebGPU APIs.\n- It is aimed at developers who like minimal layers of abstraction and are interested in writing their own shaders.\n- To get started with UWAL, feel free to check out the [Wiki](https://github.com/UstymUkhman/uwal/wiki) page for some simple examples using version `0.2.0`.\n\n## [Installation](https://www.npmjs.com/package/uwal)\n\n```bash\nnpm i uwal\n# or\nyarn add uwal\n# or\npnpm add uwal\n# or\nbun add uwal\n```\n\n## [Examples](https://ustymukhman.github.io/uwal/dist/examples/examples.html)\n\n|   |   |\n|:-:|:-:|\n| Basic Program | Ripple Effect |\n| [![Basic Program](assets/images/BasicProgram.jpg)](https://www.youtube.com/watch?v=TOCvJR07H6k) | [![Ripple Effect](assets/images/RippleEffect.jpg)](https://www.youtube.com/watch?v=j07n96qDe20) |\n| WebGPU Smallpt | Pong Game |\n| [![WebGPU Smallpt](assets/images/WebGPUSmallpt.jpg)](https://ustymukhman.github.io/uwal-webgpu-smallpt/dist/) | [![Pong Game](assets/images/PongGame.jpg)]() |\n\n### [WebGPU Fundamentals](https://webgpufundamentals.org/)\n\n- Basics\n  - [Fundamentals](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#fundamentals)\n  - [Inter-stage Variables](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#inter-stage-variables)\n  - [Uniforms](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#uniforms)\n  - [Storage Buffers](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#storage-buffers)\n  - [Vertex Buffers](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#vertex-buffers)\n  - Textures\n    - [Textures](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#textures)\n    - [Mipmap Filter](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#mipmap-filter)\n    - [Loading Images](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#loading-images)\n    - [Generating mipmaps on the GPU](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#gpu-mipmaps)\n    - [Loading Canvas](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#loading-canvas)\n    - [Loading Video](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#loading-video)\n    - [Texture Atlases](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#texture-atlases)\n    - [Using Video](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#using-video)\n    - [Using Camera](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#using-camera)\n    - [Cubemaps](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#cubemaps)\n    - [Storage Textures](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#storage-textures)\n    - [Multisampling](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#multisampling)\n  - [Shader Constants](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#shader-constants)\n  - [Transparency and Blending](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#transparency)\n  - [Blend Settings](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#blend-settings)\n  - [Bind Group Layouts](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#bind-group-layouts)\n  - [Timing Performance](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#timing-performance)\n  - Compatibility Mode _(TBI)_\n- 3D Math\n  - [Translation](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#translation)\n  - [Rotation](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#rotation)\n  - [Scale](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#scale)\n  - [Matrix Math](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#matrix-math)\n  - [Adding in Projection](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#adding-projection)\n  - [Orthographic Projection](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#orthographic-projection)\n  - [Perspective Projection](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#perspective-projection)\n  - [Cameras](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#cameras)\n  - [Matrix Stacks](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#matrix-stacks)\n  - [Recursive Tree](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#recursive-tree)\n  - [Scene Graphs](https://ustymukhman.github.io/uwal/dist/lessons/lessons.html#scene-graphs)\n  - [Making a Hand](https://ustymukhman.github.io/uwal-webgpu-fundamentals/dist/#making-hand)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUstymUkhman%2Fuwal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FUstymUkhman%2Fuwal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUstymUkhman%2Fuwal/lists"}