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 |
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 |
| Scenario: Repost a 3D Post | |
| Given there is user A | |
| And there is user B following user A | |
| And there is user C following user B | |
| And there is user D following user A and B | |
| And user A posted a photo P1 | |
| And user A posted a 3D photo P2 | |
| When user B reposted P2 as P3 | |
| Then the feeds should be like: | |
| | feed | of | count | contains | because | |
| ; load some data up | |
| LDA #$7 | |
| STA $00 ; memory addr A | |
| LDA #$05 | |
| STA $01 ; memory addr B | |
| JMP Divide | |
| ;modulus, returns in register A | |
| Mod: | |
| LDA $00 ; memory addr A |
| #lang racket | |
| (require web-server/http | |
| web-server/managers/none | |
| web-server/servlet | |
| web-server/servlet-env) | |
| (provide interface-version manager star-polling-app) | |
| (define interface-version 'v2) |