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 |
| [ | |
| { | |
| "key": "h", | |
| "command": "editor.action.scrollLeftHover", | |
| "when": "editorHoverFocused" | |
| }, | |
| { | |
| "key": "j", | |
| "command": "editor.action.scrollDownHover", | |
| "when": "editorHoverFocused" |
| { | |
| "vim.smartRelativeLine": true, | |
| "editor.cursorSurroundingLines": 8, | |
| "editor.wordSeparators": "`~!@#$%^&*()=+[{]}\\|;:'\",.<>/?", | |
| "vim.leader": "<space>", | |
| "vim.normalModeKeyBindings": [ | |
| { | |
| "before": ["<leader>", "e"], | |
| "commands": ["workbench.view.explorer"] | |
| }, |
| import 'package:flutter/material.dart'; | |
| class FadeIndexedStack extends StatefulWidget { | |
| final int index; | |
| final List<Widget> children; | |
| final Duration duration; | |
| const FadeIndexedStack({ | |
| Key key, | |
| this.index, |
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 |