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 | 
| /* Fix scrolling bug on iOS Safari with fixed elements and bottom bar */ | |
| body.noscroll { | |
| height: 100%; | |
| overflow: hidden; /* make sure iOS does not try to scroll the body first */ | |
| } | |
| /* your wrapper, most likely mobile menu */ | |
| .fixed-wrapper { | |
| width: 100%; | 
| # Code adapted from Tensorflow Object Detection Framework | |
| # https://github.com/tensorflow/models/blob/master/research/object_detection/object_detection_tutorial.ipynb | |
| # Tensorflow Object Detection Detector | |
| import numpy as np | |
| import tensorflow as tf | |
| import cv2 | |
| import time | 
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 | 
| // dependencies | |
| var async = require('async'); | |
| var AWS = require('aws-sdk'); | |
| // Enable ImageMagick integration. | |
| var gm = require('gm').subClass({ imageMagick: true }); | |
| var util = require('util'); | |
| var pdf2png = require('pdf2png'); | |
| pdf2png.ghostscriptPath = "/usr/bin"; | |
| // constants | 
| # | |
| # sound_delay.py | |
| # | |
| """ | |
| Record sound and play it back after a delay. | |
| """ | |
| import multiprocessing as mp | |
| import time |