Skip to main content
Home

Built and signed on GitHub Actions

🎮 A wasm accelerated game and graphics maths library for deno

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
76%
Published
5 months ago (0.2.0)

gmath

Tags CI Status Dependencies License


⚠️ Work in progress. Expect breaking changes.


Game/graphics maths library for deno.

Usage

import * as gmath from "jsr:@denosaurs/gmath";

Maintainers

Other

  • 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.

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@denosaurs/gmath

Import symbol

import * as gmath from "@denosaurs/gmath";
or

Import directly with a jsr specifier

import * as gmath from "jsr:@denosaurs/gmath";

Add Package

pnpm i jsr:@denosaurs/gmath
or (using pnpm 10.8 or older)
pnpm dlx jsr add @denosaurs/gmath

Import symbol

import * as gmath from "@denosaurs/gmath";

Add Package

yarn add jsr:@denosaurs/gmath
or (using Yarn 4.8 or older)
yarn dlx jsr add @denosaurs/gmath

Import symbol

import * as gmath from "@denosaurs/gmath";

Add Package

vlt install jsr:@denosaurs/gmath

Import symbol

import * as gmath from "@denosaurs/gmath";

Add Package

npx jsr add @denosaurs/gmath

Import symbol

import * as gmath from "@denosaurs/gmath";

Add Package

bunx jsr add @denosaurs/gmath

Import symbol

import * as gmath from "@denosaurs/gmath";