Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bonzaico/e-vector
A 2D or 3D Euclidean vector library for Node.js and the browser
https://github.com/bonzaico/e-vector
bonzai euclidean mathematics vector
Last synced: 24 days ago
JSON representation
A 2D or 3D Euclidean vector library for Node.js and the browser
- Host: GitHub
- URL: https://github.com/bonzaico/e-vector
- Owner: bonzaico
- License: bsd-3-clause
- Created: 2018-05-16T17:43:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:53:20.000Z (about 2 years ago)
- Last Synced: 2024-12-15T09:33:12.084Z (about 2 months ago)
- Topics: bonzai, euclidean, mathematics, vector
- Language: JavaScript
- Size: 2.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# e-vector
This is a library to work with two or three dimensional Euclidean vectors.
## Packages
This repo is managed as a monorepo that is composed of three npm packages.
Package | Version
----------------------------------------|---------
**[e-vector](/packages/e-vector)**
Base package | [![npm](https://img.shields.io/npm/v/e-vector.svg)](https://www.npmjs.com/package/e-vector) |
| [e-vector-dom](/packages/e-vector-dom)
Some DOM helpers | [![npm](https://img.shields.io/npm/v/e-vector-dom.svg)](https://www.npmjs.com/package/e-vector-dom) |
| [e-vector-fl](/packages/e-vector-fl)
[Fantasy Land](https://github.com/fantasyland/fantasy-land) Bindings | [![npm](https://img.shields.io/npm/v/e-vector-fl.svg)](https://www.npmjs.com/package/e-vector-fl) |## Installation
Install using `npm`,
npm install --save e-vector
## Use as ES Module
import * as Vector from "e-vector";
## License
BSD-3-Clause