Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/restarian/brace_matrix
:triangular_ruler: A port of the gl-matrix library with restarian technologies built in.
https://github.com/restarian/brace_matrix
3d-math matrix
Last synced: 7 days ago
JSON representation
:triangular_ruler: A port of the gl-matrix library with restarian technologies built in.
- Host: GitHub
- URL: https://github.com/restarian/brace_matrix
- Owner: restarian
- License: mit
- Created: 2020-01-18T20:52:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T01:21:54.000Z (almost 3 years ago)
- Last Synced: 2024-12-15T16:16:15.014Z (13 days ago)
- Topics: 3d-math, matrix
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Synopsis
[![Build status](https://ci.appveyor.com/api/projects/status/t789246um2rnk93l?svg=true)](https://ci.appveyor.com/project/restarian/brace-matrix) [![Downloads](https://img.shields.io/npm/dm/brace_matrix.svg?svg=true)](https://npmjs.org/package/brace_matrix)
| **The [Brace Suite]** | **[Windows 10]** |
|:---------------------:|:-------------------------:|
| ![Brace logo] | ![Windows 10 logo] |[Brace Suite]: https://github.com/restarian/restarian/tree/master/brace/
[Windows 10]: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE1voQq[Windows 10 logo]: https://raw.githubusercontent.com/restarian/restarian/master/doc/image/ubuntu_windows_logo.png
[Brace logo]: https://raw.githubusercontent.com/restarian/restarian/master/brace/doc/image/brace_logo_small.png---
### Brace Matrix help pages
* **Synopsis**
* Specification
* [License information](https://github.com/restarian/brace_matrix/blob/master/docs/specification/license_information.md)
* [Package information](https://github.com/restarian/brace_matrix/blob/master/docs/specification/package_information.md)
* [Unit test output](https://github.com/restarian/brace_matrix/blob/master/docs/specification/unit_test_output.md)---
### What it is
#### Brace matrix is a compact and simplistic port of the [gl-matrix](https://github.com/toji/gl-matrix) library.
It uses a minimalist design which supports requirejs and omits some of the redundancies in the original.