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 |
| -- AH POST-SERVER LOGS -- | |
| -- ServerID: 85e463d3-abb8-498c-b0fd-ffd5bf1999c2 | |
| -- Server started: April 16, 2025 12:46 AM UTC | Server uptime: 127 seconds | |
| ------------------ LOADB LOGS ------------------ | |
| { | |
| } |
| # So you don't pull your hair out, workflow dispatches must be in the default branch. | |
| name: Secret Test | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| jobs: |
| #!/bin/bash | |
| # Ollama Model Export Script | |
| # Usage: bash ollama-export.sh vicuna:7b | |
| # SPDX-License-Identifier: MIT (https://ncurl.xyz/s/o_o6DVqIR) | |
| # https://gist.github.com/supersonictw/f6cf5e599377132fe5e180b3d495c553 | |
| # Interrupt if any error occurred | |
| set -e | |
| # Declare |
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 |
| //Based on https://github.com/cnlohr/lamenet/blob/master/librawp.c | |
| #include <stdio.h> | |
| #include <arpa/inet.h> | |
| #include <string.h> | |
| #include <linux/if_packet.h> | |
| #include <sys/ioctl.h> | |
| #include <sys/socket.h> | |
| #include <net/if.h> | |
| #include <netinet/ether.h> |
| //Based on https://github.com/cnlohr/lamenet/blob/master/librawp.c | |
| #include <stdio.h> | |
| #include <arpa/inet.h> | |
| #include <string.h> | |
| #include <linux/if_packet.h> | |
| #include <sys/ioctl.h> | |
| #include <sys/socket.h> | |
| #include <net/if.h> | |
| #include <netinet/ether.h> |
| [ | |
| { | |
| "name": "160m", | |
| "lower_bound": 1810000, | |
| "upper_bound": 2000000, | |
| "frequencies": { | |
| "bpsk31": 1838000, | |
| "ft8": 1840000, | |
| "wspr": 1836600, | |
| "jt65": 1838000, |
| <?php | |
| namespace App\Http\Controllers; | |
| use Illuminate\Http\Request; | |
| use GuzzleHttp\Client; | |
| class ProxyController extends Controller | |
| { | |
| # CEFPYTHON | |
| # example of how to do a "connection" overriding using an | |
| # external library (eg: urllib3) instead of internal netwkork | |
| # library of chromium | |
| # | |
| # Massimiliano Dal Cero - max<A_T>yatta<D_O_T>it | |
| from cefpython3 import cefpython as cef | |
| import platform | |
| import sys |