Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T19:12:44.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T23:13:22.822Z (10 months ago)
- Topics: deno, game, gmath, hacktoberfest, hacktoberfest-2021, matrix, vector, wasm, webgpu
- Language: TypeScript
- Homepage: https://deno.land/x/gmath
- Size: 324 KB
- Stars: 16
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# gmath
[![Tags](https://img.shields.io/github/release/denosaurs/gmath)](https://github.com/denosaurs/gmath/releases)
[![CI Status](https://img.shields.io/github/workflow/status/denosaurs/gmath/check)](https://github.com/denosaurs/gmath/actions)
[![Dependencies](https://img.shields.io/github/workflow/status/denosaurs/gmath/depsbot?label=dependencies)](https://github.com/denosaurs/depsbot)
[![License](https://img.shields.io/github/license/denosaurs/gmath)](https://github.com/denosaurs/gmath/blob/master/LICENSE)---
> ⚠️ Work in progress. Expect breaking changes.
---
Game/graphics maths library for deno.
## 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, the denosaurs team. All rights reserved. MIT license.