0.1.2 • Published 1 year ago

js3d v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Js3D

A 3D Math Library for JavaScript. Js3D was built for high performance math computing. Many of JS features is not used due to performance issues.

Installation

Install Js3D with npm

  npm install js3d

Usage/Examples

import { Vec2, vec2_init, vec2_init2 } from 'js3d'

const point1 = new Vec2;
vec2_init(point1, 2.0);

const point2 = new Vec2;
vec2_init2(point2, 2.0, 5.0);

const pointDistance = vec2_distance(v1, v2);

console.log(`The distance of these points is ${pointDistance}`)

Tech Stack

JavaScript, TypeScript

Author

Bruno Gallego - @bgsa

License

MIT License

Support

I am an independent software engineer with MSc in Computer Graphics (Engineering). You can support my libraries with buymeacoffee

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago