]>
author | Chris Duncan <chris@zoso.dev> | |
Fri, 10 Jan 2025 00:16:18 +0000 (16:16 -0800) | ||
committer | Chris Duncan <chris@zoso.dev> | |
Fri, 10 Jan 2025 18:28:05 +0000 (10:28 -0800) | ||
commit | 33c9273d482ada0123e3a86c96f7452b611fb1d4 | |
tree | dc6cd86f0e8885c48f3713b4a788b41b47224d53 | tree | snapshot |
.gitignore | [new file with mode: 0644] | blob |
AUTHORS.md | [new file with mode: 0644] | blob |
LICENSES/GPL-3.0-or-later.txt | [new file with mode: 0644] | blob |
LICENSES/MIT.txt | [new file with mode: 0644] | blob |
benchmarks.md | [new file with mode: 0644] | blob |
index.html | [new file with mode: 0644] | blob |
index.ts | [new file with mode: 0644] | blob |
package-lock.json | [new file with mode: 0644] | blob |
package-lock.json.license | [new file with mode: 0644] | blob |
package.json | [new file with mode: 0644] | blob |
package.json.license | [new file with mode: 0644] | blob |
performance.html | [new file with mode: 0644] | blob |
src/classes/gl.ts | [new file with mode: 0644] | blob |
src/classes/gpu.ts | [new file with mode: 0644] | blob |
src/classes/index.ts | [new file with mode: 0644] | blob |
src/shaders/gl-fragment.ts | [new file with mode: 0644] | blob |
src/shaders/gl-vertex.ts | [new file with mode: 0644] | blob |
src/shaders/gpu-compute.ts | [new file with mode: 0644] | blob |
src/shaders/index.ts | [new file with mode: 0644] | blob |
test/GLOBALS.mjs | [new file with mode: 0644] | blob |
test/VECTORS.js | [new file with mode: 0644] | blob |
test/perf.account.js | [new file with mode: 0644] | blob |
test/perf.block.js | [new file with mode: 0644] | blob |
test/perf.main.mjs | [new file with mode: 0644] | blob |
test/test.calculate-pow.mjs | [new file with mode: 0644] | blob |
test/test.main.mjs | [new file with mode: 0644] | blob |
tsconfig.json | [new file with mode: 0644] | blob |
tsconfig.json.license | [new file with mode: 0644] | blob |