From 886797c0a7316477aac031428dda7635740cd657 Mon Sep 17 00:00:00 2001 From: kk Date: Thu, 29 Jan 2026 00:16:52 +0800 Subject: [PATCH] Add Kandle to libraries --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f607762..71fdefa 100644 --- a/readme.md +++ b/readme.md @@ -144,6 +144,7 @@ WebGPU is a work in progress Web standard from [W3C](https://www.w3.org/) for mo - [spark.js](https://ludicon.com/sparkjs/) - A real-time GPU texture compression library for WebGPU. - [zephyr3d](https://zephyr3d.org/) - A TypeScript-based 3D rendering engine with WebGPU/WebGL support. - [ChartGPU](https://github.com/chartgpu/chartgpu) - High-performance charting library built on WebGPU, handles 1M+ data points at 60fps. +- [Kandle](https://github.com/final-kk/kandle) - A JavaScript Native PyTorch-aligned Machine Learning Framework, built from scratch on WebGPU. ## Debuggers and Profilers - [webgpu-inspector](https://github.com/brendan-duncan/webgpu_inspector) - Inspection debugger for WebGpu.