A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.
| Name | Stars | Last Commit | Description |
|---|---|---|---|
| three.js | ![GitHub |
| // Install vercel cli | |
| // npm i -g vercel | |
| // log into vercel cli then run this file | |
| const { exec } = require("child_process"); | |
| exec("vercel project ls", (error, stdout, stderr) => { | |
| if (error) { | |
| console.log(`error: ${error.message}`); | |
| return; |
A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.
| Name | Stars | Last Commit | Description |
|---|---|---|---|
| three.js | ![GitHub |