https://github.com/denosaurs/gmath
🎮 A wasm accelerated game and graphics maths library for deno
https://github.com/denosaurs/gmath
deno game gmath hacktoberfest hacktoberfest-2021 matrix vector wasm webgpu
Last synced: about 1 month ago
JSON representation
🎮 A wasm accelerated game and graphics maths library for deno
- Host: GitHub
- URL: https://github.com/denosaurs/gmath
- Owner: denosaurs
- License: mit
- Created: 2021-02-12T21:28:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T08:47:29.000Z (4 months ago)
- Last Synced: 2025-04-10T00:27:34.022Z (about 2 months ago)
- Topics: deno, game, gmath, hacktoberfest, hacktoberfest-2021, matrix, vector, wasm, webgpu
- Language: TypeScript
- Homepage: https://deno.land/x/gmath
- Size: 170 KB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# gmath
[](https://github.com/denosaurs/gmath/releases)
[](https://github.com/denosaurs/gmath/actions)
[](https://github.com/denosaurs/depsbot)
[](https://github.com/denosaurs/gmath/blob/master/LICENSE)---
> ⚠️ Work in progress. Expect breaking changes.
---
Game/graphics maths library for deno.
## Usage
```typescript
import * as gmath from "jsr:@denosaurs/gmath";
```## Maintainers
- Elias Sjögreen ([@eliassjogreen](https://github.com/eliassjogreen))
## Other
### Related
- [cgmath](https://github.com/rustgd/cgmath) - A linear algebra and mathematics
library for computer graphics.### Contribution
Pull request, issues and feedback are very welcome. Code style is formatted with
`deno fmt` and commit messages are done following Conventional Commits spec.### Licence
Copyright 2021-2025, the denosaurs team. All rights reserved. MIT license.