Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of greggman/wgpu-matrix

Account's avatar
tsconfig/bases
A base TSConfig for working with Recommended.
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
BenoitZugmeyer/eslint-plugin-html
A ESLint plugin to lint and fix inline scripts contained in HTML files.
Account's avatar
greggman/eslint-plugin-one-variable-per-var
Require one variable per var
Account's avatar
greggman/eslint-plugin-optional-comma-spacing
optionally require spaces before or after commas
Account's avatar
greggman/eslint-plugin-require-trailing-comma
Require trailing comma
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
rollup/rollup
Next-generation ES module bundler
Account's avatar
showdownjs/showdown
A Markdown to HTML converter written in Javascript
Account's avatar
Microsoft/tslib
Runtime library for TypeScript helper functions
Account's avatar
TypeStrong/TypeDoc
Create api documentation for TypeScript projects.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

greggman's profile
greggman
154 contributions
mreinstein's profile
mreinstein
10 contributions
iwoplaza's profile
iwoplaza
2 contributions
Alchemist0823's profile
Alchemist0823
1 contributions
JacksonO123's profile
JacksonO123
1 contributions
makryl's profile
makryl
1 contributions
deepkolos's profile
deepkolos
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
greggman

greggman/wgpu-matrix

Fast WebGPU 3d math library

JavaScript
458
23
MIT License

The **wgpu‑matrix** library provides a fast, WebGPU‑focused 3‑D math toolkit (vectors, matrices, quaternions) that uses the correct clip‑space conventions and padded `mat3` layout required by WebGPU. It offers a concise API and multiple typed return options (Float32Array, Float64Array, plain arrays), making it ideal for developers building WebGPU graphics or compute applications who need performant, WebGPU‑compatible linear algebra.