]> zoso.dev Git - nano-pow.git/commit
Initial commit. Repo is mainly copied from ongoing work in libnemo so this will need...
authorChris Duncan <chris@zoso.dev>
Fri, 10 Jan 2025 00:16:18 +0000 (16:16 -0800)
committerChris Duncan <chris@zoso.dev>
Fri, 10 Jan 2025 18:28:05 +0000 (10:28 -0800)
commit33c9273d482ada0123e3a86c96f7452b611fb1d4
treedc6cd86f0e8885c48f3713b4a788b41b47224d53
Initial commit. Repo is mainly copied from ongoing work in libnemo so this will need cleanup.
28 files changed:
.gitignore [new file with mode: 0644]
AUTHORS.md [new file with mode: 0644]
LICENSES/GPL-3.0-or-later.txt [new file with mode: 0644]
LICENSES/MIT.txt [new file with mode: 0644]
benchmarks.md [new file with mode: 0644]
index.html [new file with mode: 0644]
index.ts [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package-lock.json.license [new file with mode: 0644]
package.json [new file with mode: 0644]
package.json.license [new file with mode: 0644]
performance.html [new file with mode: 0644]
src/classes/gl.ts [new file with mode: 0644]
src/classes/gpu.ts [new file with mode: 0644]
src/classes/index.ts [new file with mode: 0644]
src/shaders/gl-fragment.ts [new file with mode: 0644]
src/shaders/gl-vertex.ts [new file with mode: 0644]
src/shaders/gpu-compute.ts [new file with mode: 0644]
src/shaders/index.ts [new file with mode: 0644]
test/GLOBALS.mjs [new file with mode: 0644]
test/VECTORS.js [new file with mode: 0644]
test/perf.account.js [new file with mode: 0644]
test/perf.block.js [new file with mode: 0644]
test/perf.main.mjs [new file with mode: 0644]
test/test.calculate-pow.mjs [new file with mode: 0644]
test/test.main.mjs [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
tsconfig.json.license [new file with mode: 0644]